Skip to content

Commit

Permalink
fix: hold back git packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Jan 22, 2024
1 parent 852449a commit d23c3aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ARG PHP_VERSION
FROM php:${PHP_VERSION} as standards-runtime

RUN apt-mark hold git
RUN apt-mark hold git-man

RUN apt-get update
RUN apt-get install -y unzip libpng-dev libicu-dev libxslt-dev jq git libzip-dev wget python3-venv
RUN apt-get clean
Expand Down

0 comments on commit d23c3aa

Please sign in to comment.