Skip to content

Commit

Permalink
Missing git
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Dec 16, 2023
1 parent f56695e commit f6d1007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN ./s3-satis app:build --build-version=${BUILD_VERSION} --ansi -vvv
FROM php:8.2-cli AS runtime

RUN apt-get update \
&& apt-get -y install libzip-dev \
&& apt-get -y install libzip-dev git \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit f6d1007

Please sign in to comment.