diff --git a/Dockerfile b/Dockerfile index bd9f5b8..e951aad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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