Skip to content

Commit

Permalink
dockerfile: alpine php8 packages are now prefixed with php82
Browse files Browse the repository at this point in the history
- php8.0 was deprecated in alpine 3.17
  • Loading branch information
nodiscc committed Sep 20, 2023
1 parent bc92f65 commit fd22b31
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ LABEL maintainer="Shaarli Community"
RUN apk --update --no-cache add \
ca-certificates \
nginx \
php8 \
php8-ctype \
php8-curl \
php8-fpm \
php8-gd \
php8-gettext \
php8-iconv \
php8-intl \
php8-json \
php8-ldap \
php8-mbstring \
php8-openssl \
php8-session \
php8-xml \
php8-simplexml \
php8-zlib \
php82 \
php82-ctype \
php82-curl \
php82-fpm \
php82-gd \
php82-gettext \
php82-iconv \
php82-intl \
php82-json \
php82-ldap \
php82-mbstring \
php82-openssl \
php82-session \
php82-xml \
php82-simplexml \
php82-zlib \
s6

COPY .docker/nginx.conf /etc/nginx/nginx.conf
Expand Down

0 comments on commit fd22b31

Please sign in to comment.