We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea9df9 commit 51474f8Copy full SHA for 51474f8
1 file changed
docker/Dockerfile.lvperf_32b
@@ -30,12 +30,12 @@ RUN cd u-boot;\
30
31
FROM baseimage AS runner
32
33
-RUN apt-get update \
34
- && DEBIAN_FRONTEND=noninteractive apt install -y \
35
- make cmake gcc-arm-none-eabi g++-arm-none-eabi qemu-system-arm \
+RUN apt-get update && \
+ apt install -y make cmake gcc-arm-none-eabi qemu-system-arm \
36
util-linux device-tree-compiler u-boot-tools dosfstools python3 \
37
- python3-pip \
38
- && rm -rf /var/lib/apt/lists/*
+ python3-pip && \
+ apt clean && \
+ rm -rf /var/lib/apt/lists/*
39
40
RUN pip install --break-system-packages pcpp
41
0 commit comments