Skip to content

Commit

Permalink
Compose super user after 2.7.0 for dodgey hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
almunnings committed Feb 23, 2024
1 parent b6b5fae commit b022051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/php.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM php:8.1-fpm-alpine
WORKDIR /app

ENV MEMCACHED_DEPS zlib-dev libmemcached-dev cyrus-sasl-dev
ENV COMPOSER_ALLOW_SUPERUSER 1

RUN set -xe \
&& apk add --no-cache --update --virtual .phpize-deps $PHPIZE_DEPS \
Expand Down

0 comments on commit b022051

Please sign in to comment.