Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit 2975bc0

Browse files
committed
allow composer to run as root
1 parent 40ee134 commit 2975bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM php:7.1-fpm-alpine
22

33
ARG BUILD_DATE
44
ARG VCS_REF
5+
ENV COMPOSER_ALLOW_SUPERUSER 1
56

67
LABEL Maintainer="Zaher Ghaibeh <z@zah.me>" \
78
Description="Lightweight php 7.1 container based on alpine with xDebug enabled, SOPAP extensions enabled & composer installed." \

0 commit comments

Comments
 (0)