We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e85d97 commit ea826c8Copy full SHA for ea826c8
Dockerfile
@@ -1,6 +1,9 @@
1
FROM ushahidi/php-fpm-nginx:php-7.4
2
LABEL org.opencontainers.image.source="https://github.com/ushahidi/platform"
3
4
+# TODO: non-root user container setup
5
+ENV COMPOSER_ALLOW_SUPERUSER=1
6
+
7
COPY docker-php-ext-enable /usr/local/bin/
8
RUN apt-get update
9
RUN apt-get install -y php-pear php${PHP_MAJOR_VERSION}-dev
0 commit comments