disable apk cache

This commit is contained in:
Jonas Leder 2021-09-08 21:04:54 +02:00
parent 680dd40eb2
commit 96b1c99aa0

View file

@ -20,7 +20,7 @@ FROM gitlab.jonasled.de/jonasled/apache-php-minimal:latest
# | install dependencies
# |--------------------------------------------------------------------------
RUN apk update && \
apk add php8-mysqli php8-mbstring curl
apk add php8-mysqli php8-mbstring curl --no-cache
# |--------------------------------------------------------------------------
# | copy website from node build