Skip to content

Commit

Permalink
Merge pull request #21 from bitraf/ti-fix-brother_ql-2
Browse files Browse the repository at this point in the history
apt needs --yes when running in a script
  • Loading branch information
tingox authored Sep 3, 2023
2 parents 1f4bd21 + 953ef7e commit d61f76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2k16-label/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9-slim-bullseye
RUN apt update
RUN apt install git
RUN apt --yes install git
RUN useradd --create-home --shell /bin/bash app_user
WORKDIR /home/app_user
COPY requirements.txt ./
Expand Down

0 comments on commit d61f76b

Please sign in to comment.