Skip to content

Commit 6d0171e

Browse files
authored
+
1 parent 6324cce commit 6d0171e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Github/Runners/alpine-builder.dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
762760
EOS
763761
#------------------------------------------------------------------------------------#
764762
##Config

0 commit comments

Comments
 (0)