Skip to content

Commit 8550f27

Browse files
committed
add git to the docker image, since we need to download froma git repository
1 parent a077c0e commit 8550f27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

p2k16-label/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
FROM python:3.9-slim-bullseye
2+
RUN apt update
3+
RUN apt install git
24
RUN useradd --create-home --shell /bin/bash app_user
35
WORKDIR /home/app_user
46
COPY requirements.txt ./

0 commit comments

Comments
 (0)