Skip to content

Commit 7336689

Browse files
committed
Add git for composer
1 parent 81ae8a2 commit 7336689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN install-php-extensions bcmath intl ffi
2424

2525
RUN apt update \
2626
&& apt-get install -y \
27-
sqlite3 \
27+
sqlite3 git \
2828
&& apt-get install -y --no-install-recommends libvips42 \
2929
&& apt-get autoremove -y \
3030
&& apt-get clean \

0 commit comments

Comments
 (0)