Skip to content

Commit

Permalink
chore: small tunes
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 20, 2023
1 parent 467c993 commit 1a4289f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu_rpi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update -y &&\

# Downloading RPi image and validating its checksum
RUN wget "${RPI_IMAGE_URL}" -O "${RPI_IMAGE_FILE}.xz" &&\
echo "${RPI_IMAGE_SHA512} ${RPI_IMAGE_FILE}.xz" | sha256sum -c - &&\
echo "${RPI_IMAGE_SHA512} ${RPI_IMAGE_FILE}.xz" | sha256sum -c - &&\
xz -d ${RPI_IMAGE_FILE}.xz

# Resizing the image to the next power of two as required by QEMU
Expand Down

0 comments on commit 1a4289f

Please sign in to comment.