Skip to content

Commit

Permalink
apt needs --yes when running in a script
Browse files Browse the repository at this point in the history
  • Loading branch information
tingox committed Sep 3, 2023
1 parent 1f4bd21 commit 953ef7e
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 953ef7e

Please sign in to comment.