We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db73a52 commit 677a354Copy full SHA for 677a354
docker/Dockerfile
@@ -4,6 +4,7 @@ ENV QEMU_CPU=max
4
ENV DEBIAN_FRONTEND=noninteractive
5
6
RUN install_packages \
7
+ patch \
8
libraspberrypi0 \
9
procps \
10
sudo \
docker/stub/Dockerfile
@@ -3,6 +3,7 @@ FROM debian:bullseye-slim
3
RUN apt-get update -y && apt-get install -y \
wget \
0 commit comments