diff --git a/Dockerfile b/Dockerfile index 9c71236..ee54f71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM dunglas/frankenphp:1-php8.5 # System Setup RUN install-php-extensions mongodb zip +RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates && rm -rf /var/lib/apt/lists/* ARG USER=iblogs RUN useradd ${USER} && \