Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Oct 29, 2024
1 parent 7039451 commit 42cb7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/appbundles_alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV LOCAL_PATH="${LOCAL_PELFDIR}"
RUN <<EOS
set +e
apk update && apk upgrade --no-interactive 2>/dev/null
DEPS="7zip aria2 b3sum bash binutils build-base croc curl desktop-file-utils diffutils dos2unix file findutils fuse fuse3 gawk git go grep jq libarchive-tools libxi-dev libxcursor-dev libxinerama-dev libxrandr-dev linux-headers mesa-dev nano rsync tar upx wget xz"
DEPS="7zip aria2 b3sum bash binutils build-base croc curl desktop-file-utils diffutils dos2unix file findutils fuse fuse3 gawk git go grep jq libarchive-tools libxi-dev libxcursor-dev libxinerama-dev libxrandr-dev linux-headers mesa-dev nano rsync tar tree upx wget xz"
for pkg in $DEPS; do apk add "$pkg" --latest --upgrade --no-interactive ; done
EOS
#------------------------------------------------------------------------------------#
Expand Down

0 comments on commit 42cb7fd

Please sign in to comment.