Skip to content

Commit

Permalink
Merge pull request #20 from bitraf/ti-fix-brother_ql
Browse files Browse the repository at this point in the history
add git to the docker image, since we need to download froma git repo…
  • Loading branch information
tingox authored Sep 3, 2023
2 parents a077c0e + 8550f27 commit 1f4bd21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions p2k16-label/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM python:3.9-slim-bullseye
RUN apt update
RUN apt install git
RUN useradd --create-home --shell /bin/bash app_user
WORKDIR /home/app_user
COPY requirements.txt ./
Expand Down

0 comments on commit 1f4bd21

Please sign in to comment.