use --no-cache on apk add

This commit is contained in:
CJ_Clippy 2025-01-11 09:53:22 -08:00
parent 6e93aa92d1
commit bca9a224f5
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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