Skip to content

Commit 1f4bd21

Browse files
authored
Merge pull request #20 from bitraf/ti-fix-brother_ql
add git to the docker image, since we need to download froma git repo…
2 parents a077c0e + 8550f27 commit 1f4bd21

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)