forced alpine without apk cache
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b97b5665d6
commit
dc0fb25238
@ -1,8 +1,8 @@
|
||||
FROM alpine:3.21
|
||||
|
||||
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 \
|
||||
php84 php84-fpm php84-mbstring php84-curl php84-ctype php84-dom php84-gd php84-json php84-openssl php84-session php84-simplexml php84-xml php84-zip \
|
||||
php84-apcu php84-opcache php84-pecl-yaml php84-sqlite3 php84-mysqli \
|
||||
php83 php83-fpm php83-mbstring php83-curl php83-ctype php83-dom php83-gd php83-json php83-openssl php83-session php83-simplexml php83-xml php83-zip \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user