fixes docker image build

This commit is contained in:
ricardo.bartels@telekom.de
2021-10-28 08:39:45 +02:00
parent efced66ec5
commit d954bddae3
+1 -1
View File
@@ -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