Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit 9d96d1e

Browse files
authored
[startup-script] Don't cache apk update results
This makes the image smaller.
1 parent 26f528d commit 9d96d1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

startup-script/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM alpine
2-
RUN apk update && \
3-
apk add bash util-linux
2+
RUN apk add --no-cache bash util-linux
43
ADD manage-startup-script.sh /
54
CMD /manage-startup-script.sh

0 commit comments

Comments
 (0)