We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc28670 commit 596e770Copy full SHA for 596e770
docker/Dockerfile
@@ -7,7 +7,7 @@
7
#
8
FROM python:3.11.2-slim AS build-stage
9
10
-RUN apt-get update && apt-get install qemu qemu-user qemu-user-static
+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/*
13
RUN apt-get install -y curl
0 commit comments