forced alpine without apk cache
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-02 12:58:14 +02:00
parent b97b5665d6
commit dc0fb25238
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
FROM alpine:3.15
RUN \
apk -U upgrade && \
apk add tini nginx openssh-server nginx-mod-http-dav-ext \
apk --no-cache upgrade && \
apk --no-cache add tini nginx openssh-server nginx-mod-http-dav-ext \
php7 php7-fpm php7-mbstring php7-curl php7-ctype php7-dom php7-gd php7-json php7-openssl php7-session php7-simplexml php7-xml php7-zip \
php7-apcu php7-opcache php7-pecl-yaml php7-sqlite3 php7-mysqli