Skip to content

Commit d954bdd

Browse files
committed
fixes docker image build
1 parent efced66 commit d954bdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.9-slim-bullseye
22

33
# Install dependencies
4-
RUN apt-get update && apt-get upgrade && apt-get install -y git-core
4+
RUN apt-get update && apt-get -y upgrade && apt-get install -y git-core
55

66
# Prepare the application
77
COPY . /opt

0 commit comments

Comments
 (0)