Skip to content

Commit 09bbbd3

Browse files
Copilotjbtronics
andcommitted
Add git package to Dockerfile base stage
Git is required by composer when installing packages from source. This dependency was exposed by the multi-stage build changes where composer-deps stage uses --no-scripts and the final stage needs to complete the installation. Co-authored-by: jbtronics <[email protected]>
1 parent 2962dee commit 09bbbd3

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
@@ -67,6 +67,7 @@ RUN apt-get update && apt-get -y install \
6767
php${PHP_VERSION}-sqlite3 \
6868
php${PHP_VERSION}-mysql \
6969
php${PHP_VERSION}-pgsql \
70+
git \
7071
gpg \
7172
sudo \
7273
&& apt-get -y autoremove && apt-get clean autoclean && rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)