Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 448a9c6

Browse files
committed
fix curl cmd template
1 parent 0be4cbd commit 448a9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ENV apt_update="sudo apt-get update"
4242
ENV apt_install="TERM=linux DEBIAN_FRONTEND=noninteractive sudo apt-get install -q --yes --purge --assume-yes --auto-remove --allow-downgrades -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold'"
4343
ENV apt_clean="sudo apt-get clean && sudo apt-get autoremove -y && sudo apt-get purge -y --auto-remove"
4444
ENV curl="/usr/bin/curl --silent --show-error --tlsv1.2 --location"
45-
ENV curl_github="/usr/bin/curl --silent --show-error --tlsv1.2 --request GET --url --location"
45+
ENV curl_github="/usr/bin/curl --silent --show-error --tlsv1.2 --request GET --url"
4646
ENV dir_clean="\
4747
sudo rm -rf \
4848
/var/lib/{apt,cache,log} \

0 commit comments

Comments
 (0)