Skip to content

Commit

Permalink
Update Docker image to Alpine 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed May 24, 2022
1 parent 13882fe commit db08ea5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.16.0
FROM alpine:3.16

VOLUME /var/www/app/data
VOLUME /var/www/app/plugins
Expand All @@ -14,8 +14,7 @@ RUN apk --no-cache --update add \
php8-pdo php8-pdo_mysql php8-pdo_sqlite php8-pdo_pgsql php8-mbstring php8-session php8-bcmath \
php8-gd php8-openssl php8-sockets php8-posix php8-ldap php8-simplexml && \
rm -rf /var/www/localhost && \
rm -f /etc/php8/php-fpm.d/www.conf && \
ln -s /usr/bin/php8 /usr/bin/php
rm -f /etc/php8/php-fpm.d/www.conf

ADD . /var/www/app
ADD docker/ /
Expand Down

0 comments on commit db08ea5

Please sign in to comment.