This commit is contained in:
@@ -11,7 +11,7 @@ COPY start-container.sh /usr/local/bin/start-container
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get -y update \
|
||||
&& apt-get install -y curl git 7zip php php-xml php-curl php-xml php-mbstring php-mysql \
|
||||
&& apt-get install -y curl git 7zip php php-xml php-curl php-xml php-mbstring php-mysql php-gd \
|
||||
&& useradd --create-home --uid=$USER_UID $USERNAME \
|
||||
&& chmod +x /usr/local/bin/start-container \
|
||||
&& echo "install composer" \
|
||||
|
||||
Reference in New Issue
Block a user