Skip to content

Commit

Permalink
different raspberry pi image
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Jun 17, 2024
1 parent 94b6a91 commit ab39dcc
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/docker-images/raspbian-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
FROM raspbian/stretch as raspbian-bullseye

###############################################################################
# Upgrade to bullseye from stretch
###############################################################################

RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get full-upgrade -y \
&& apt-get autoremove --purge -y \
&& apt-get clean -y \
# Switch to bullseye repository.
&& sed -i 's/stretch/bullseye/g' /etc/apt/sources.list \
# Update all packages.
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get full-upgrade -y \
&& apt-get autoremove --purge -y \
&& apt-get clean -y

FROM dtcooper/raspberrypi-os:bullseye

###############################################################################
# Install prereqs
Expand Down

0 comments on commit ab39dcc

Please sign in to comment.