Skip to content

Commit

Permalink
chore(): fix update to alpine 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Magicalex committed Jun 6, 2022
1 parent eb63dd9 commit 3329c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.16

LABEL description="Simple forum software for building great communities" \
maintainer="Magicalex <magicalex@mondedie.fr>, Hardware <hardware@mondedie.fr>"
maintainer="Magicalex <magicalex@mondedie.fr>"

ARG VERSION=v1.3.0

Expand All @@ -23,6 +23,7 @@ ENV GID=991 \
RUN apk add --no-progress --no-cache \
curl \
git \
icu-data-full \
libcap \
nginx \
php8 \
Expand Down Expand Up @@ -52,7 +53,6 @@ RUN apk add --no-progress --no-cache \
su-exec \
s6 \
&& cd /tmp \
&& ln -s /usr/bin/php8 /usr/bin/php \
&& curl --progress-bar http://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& sed -i 's/memory_limit = .*/memory_limit = ${PHP_MEMORY_LIMIT}/' /etc/php8/php.ini \
&& chmod +x /usr/local/bin/composer \
Expand Down

0 comments on commit 3329c55

Please sign in to comment.