Skip to content

Commit 596e770

Browse files
committed
Add -y
Signed-off-by: Ian Hoang <ianhoang16@gmail.com>
1 parent fc28670 commit 596e770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
FROM python:3.11.2-slim AS build-stage
99

10-
RUN apt-get update && apt-get install qemu qemu-user qemu-user-static
10+
RUN apt-get update -y && apt-get install -y qemu qemu-user qemu-user-static
1111
RUN apt-get clean && \
1212
rm -rf /var/lib/apt/lists/*
1313
RUN apt-get install -y curl

0 commit comments

Comments
 (0)