Skip to content

Commit

Permalink
bullseye-20240401
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Apr 7, 2024
1 parent 050adf4 commit b72b647
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
@@ -1,4 +1,4 @@
FROM balenalib/raspberrypi3:bookworm-20240227
FROM balenalib/raspberrypi3:bullseye-20240401

ENV QEMU_CPU=max
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
7 changes: 6 additions & 1 deletion docker/Dockerfile.arm64
@@ -1,8 +1,13 @@
FROM balenalib/raspberrypi3-64:bookworm-20240401
FROM balenalib/raspberrypi3-64:bullseye-20240401

ENV QEMU_CPU=max
ENV DEBIAN_FRONTEND=noninteractive

RUN install_packages gnupg

RUN echo "deb http://archive.raspberrypi.org/debian/ bullseye main" > /etc/apt/sources.list.d/raspi.list \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 82B129927FA3303E

RUN install_packages \
build-essential \
procps \
Expand Down

0 comments on commit b72b647

Please sign in to comment.