Skip to content

Commit c729c44

Browse files
authored
Remove unnecessary apk package
coreutils is not used anymore
1 parent ca7695d commit c729c44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM dperson/samba:amd64
22

33
RUN apk add --no-cache --update --upgrade \
44
cifs-utils \
5-
coreutils \
65
python3 \
76
supervisor
87

@@ -16,4 +15,4 @@ HEALTHCHECK --interval=30s --timeout=15s --start-period=5s --retries=3 \
1615

1716
# Docker Entrypoint
1817
COPY ./docker-entrypoint.py /docker-entrypoint.py
19-
ENTRYPOINT ["python3", "-u", "/docker-entrypoint.py"]
18+
ENTRYPOINT ["python3", "-u", "/docker-entrypoint.py"]

0 commit comments

Comments
 (0)