diff --git a/Dockerfile b/Dockerfile index c6c5d63..e587f7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM amd64/python:3.11.3-slim-bullseye -RUN apk add --no-cache git +RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/* WORKDIR ./ ARG PUID=1000 ENV GROUP dockergroup