use --no-cache on apk add
This commit is contained in:
parent
6e93aa92d1
commit
bca9a224f5
|
@ -25,7 +25,7 @@ proxy:
|
|||
timeout: 2
|
||||
|
||||
# how long to wait for new containers to boot
|
||||
deploy_timeout: 300
|
||||
deploy_timeout: 270
|
||||
|
||||
# Credentials for your image host.
|
||||
registry:
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
FROM elixir:1.17.2-alpine AS dev
|
||||
|
||||
RUN apk add git gcc make inotify-tools \
|
||||
RUN apk add --no-cache git gcc make inotify-tools \
|
||||
&& mkdir /home/user \
|
||||
&& chown 1000.1000 /home/user
|
||||
|
||||
|
|
Loading…
Reference in New Issue