Skip to content

Commit fc652ef

Browse files
authored
fix
1 parent 3842a9d commit fc652ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Github/Runners/alpine-builder.dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -725,10 +725,10 @@ EOS
725725
RUN <<EOS
726726
set +e
727727
#askalono for Licenses
728-
wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/askalono" -o "/usr/bin/askalono"
728+
wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/askalono" -O "/usr/bin/askalono"
729729
sudo chmod +x "/usr/bin/askalono"
730730
#Dockerc
731-
wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/dockerc" -o "/usr/bin/dockerc"
731+
wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/dockerc" -O "/usr/bin/dockerc"
732732
sudo chmod +x "/usr/bin/dockerc"
733733
#Eget for simplified releases
734734
wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/eget" -O "/usr/bin/eget"
@@ -756,4 +756,4 @@ RUN <<EOS
756756
ln --symbolic --force "/etc/bash.bashrc" "/etc/bash/bashrc" 2>/dev/null
757757
EOS
758758
#------------------------------------------------------------------------------------#
759-
#END
759+
#END

0 commit comments

Comments
 (0)