add mysql
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-03-16 12:51:28 +01:00
parent 235f376420
commit 9ee5f1f6aa

View File

@@ -11,7 +11,7 @@ COPY start-container /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 \
&& apt-get install -y curl git 7zip php php-xml php-curl php-xml php-mbstring php-mysql \
&& useradd --create-home --uid=$USER_UID $USERNAME \
&& chmod +x /usr/local/bin/start-container \
&& echo "install composer" \