Skip to content

Commit 953ef7e

Browse files
committed
apt needs --yes when running in a script
1 parent 1f4bd21 commit 953ef7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2k16-label/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9-slim-bullseye
22
RUN apt update
3-
RUN apt install git
3+
RUN apt --yes install git
44
RUN useradd --create-home --shell /bin/bash app_user
55
WORKDIR /home/app_user
66
COPY requirements.txt ./

0 commit comments

Comments
 (0)