diff --git a/Dockerfile b/Dockerfile index 008ca63..4b4f572 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.9-slim-bullseye # Install dependencies -RUN apt-get update && apt-get upgrade && apt-get install -y git-core +RUN apt-get update && apt-get -y upgrade && apt-get install -y git-core # Prepare the application COPY . /opt