fix: Remove redundant sha256sum from Dockerfile.dev

sha256sum is already included in coreutils package.
Removing duplicate entry to simplify Dockerfile.

💘 Generated with Crush

Assisted-by: Gemini 2.5 Flash via Crush <crush@charm.land>
This commit is contained in:
2026-01-20 11:10:54 -05:00
parent 6182b10ba6
commit a676aff7f5

View File

@@ -53,7 +53,6 @@ RUN apt-get update && apt-get install -y \
python3-pip \
git \
gpg \
sha256sum \
mtools \
xorriso \
isolinux \