Skip to content

Commit 7997a56

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/Dockerfile

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

10-
RUN apt-get update -y && apt-get install -y qemu qemu-user qemu-user-static
11-
RUN apt-get clean && \
12-
rm -rf /var/lib/apt/lists/*
10+
RUN apt-get update -y && apt-get install -y qemu
1311
RUN apt-get install -y curl
1412
RUN apt-get install -y git
1513
RUN apt-get install -y gcc

0 commit comments

Comments
 (0)