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