This repository was archived by the owner on Apr 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed
Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 8181RUN \
8282 echo "**** grab source ****" && \
8383 mkdir -p /gclient && \
84- if [ -z ${GCLIENT_RELEASE+x} ]; then \
85- GCLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/gclient/releases/latest" \
86- | awk '/tag_name/{print $4;exit}' FS='[""]' ); \
87- fi && \
8884 curl -o \
8985 /tmp/gclient.tar.gz -L \
90- "https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE} .tar.gz" && \
86+ "https://github.com/linuxserver/gclient/archive/1.1.2 .tar.gz" && \
9187 tar xf \
9288 /tmp/gclient.tar.gz -C \
9389 /gclient/ --strip-components=1
Original file line number Diff line number Diff line change 8181RUN \
8282 echo "**** grab source ****" && \
8383 mkdir -p /gclient && \
84- if [ -z ${GCLIENT_RELEASE+x} ]; then \
85- GCLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/gclient/releases/latest" \
86- | awk '/tag_name/{print $4;exit}' FS='[""]'); \
87- fi && \
8884 curl -o \
8985 /tmp/gclient.tar.gz -L \
90- "https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE} .tar.gz" && \
86+ "https://github.com/linuxserver/gclient/archive/1.1.2 .tar.gz" && \
9187 tar xf \
9288 /tmp/gclient.tar.gz -C \
9389 /gclient/ --strip-components=1
Original file line number Diff line number Diff line change 8181RUN \
8282 echo "**** grab source ****" && \
8383 mkdir -p /gclient && \
84- if [ -z ${GCLIENT_RELEASE+x} ]; then \
85- GCLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/gclient/releases/latest" \
86- | awk '/tag_name/{print $4;exit}' FS='[""]'); \
87- fi && \
8884 curl -o \
8985 /tmp/gclient.tar.gz -L \
90- "https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE} .tar.gz" && \
86+ "https://github.com/linuxserver/gclient/archive/1.1.2 .tar.gz" && \
9187 tar xf \
9288 /tmp/gclient.tar.gz -C \
9389 /gclient/ --strip-components=1
You can’t perform that action at this time.
0 commit comments