File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -741,9 +741,6 @@ RUN <<EOS
741741 # askalono for Licenses
742742 wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/askalono" -O "/usr/bin/askalono"
743743 sudo chmod +x "/usr/bin/askalono"
744- # Dockerc
745- wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/dockerc" -O "/usr/bin/dockerc"
746- sudo chmod +x "/usr/bin/dockerc"
747744 # Eget for simplified releases
748745 wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/eget" -O "/usr/bin/eget"
749746 chmod +xwr "/usr/bin/eget"
@@ -759,6 +756,7 @@ RUN <<EOS
759756 chmod +xwr "/usr/bin/micro"
760757 # musl-gcc wrapper
761758 ln --symbolic "/usr/bin/$(uname -m)-alpine-linux-musl-gcc" "/usr/local/bin/musl-gcc" 2>/dev/null
759+ true
762760EOS
763761# ------------------------------------------------------------------------------------#
764762# #Config
You can’t perform that action at this time.
0 commit comments