Skip to content

Commit ecf8a76

Browse files
author
Cherng Xi Chia
committed
Added gdisk in Earthfile
1 parent e0b6099 commit ecf8a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENV PATH="${GOBIN}:${PATH}"
3434
# Only install absolutely essential packages that might be missing
3535
# Use --no-install-recommends and || true to continue even if some fail
3636
RUN apt-get update && apt-get install -y --no-install-recommends \
37-
bc bash rpm mmdebstrap dosfstools sbsigntool xorriso grub-common cryptsetup \
37+
bc bash rpm mmdebstrap dosfstools sbsigntool xorriso grub-common cryptsetup gdisk\
3838
|| echo "Some packages failed to install, continuing..."
3939

4040
RUN ln -s /bin/uname /usr/bin/uname

0 commit comments

Comments
 (0)