Skip to content

Commit

Permalink
Include git in php
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Jun 27, 2023
1 parent 24e7658 commit 420307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \

RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get -y install default-mysql-client=1.1.0 jq=1.6-2.1 rsync=3.2.7-1 --no-install-recommends \
&& apt-get -y install default-mysql-client=1.1.0 jq=1.6-2.1 rsync=3.2.7-1 git=1:2.39.2-1.1 --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 420307e

Please sign in to comment.