We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b6099 commit ecf8a76Copy full SHA for ecf8a76
Earthfile
@@ -34,7 +34,7 @@ ENV PATH="${GOBIN}:${PATH}"
34
# Only install absolutely essential packages that might be missing
35
# Use --no-install-recommends and || true to continue even if some fail
36
RUN apt-get update && apt-get install -y --no-install-recommends \
37
- bc bash rpm mmdebstrap dosfstools sbsigntool xorriso grub-common cryptsetup \
+ bc bash rpm mmdebstrap dosfstools sbsigntool xorriso grub-common cryptsetup gdisk\
38
|| echo "Some packages failed to install, continuing..."
39
40
RUN ln -s /bin/uname /usr/bin/uname
0 commit comments