We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ae8a2 commit 7336689Copy full SHA for 7336689
Dockerfile
@@ -24,7 +24,7 @@ RUN install-php-extensions bcmath intl ffi
24
25
RUN apt update \
26
&& apt-get install -y \
27
- sqlite3 \
+ sqlite3 git \
28
&& apt-get install -y --no-install-recommends libvips42 \
29
&& apt-get autoremove -y \
30
&& apt-get clean \
0 commit comments