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 8080RUN \
8181 echo "**** grab source ****" && \
8282 mkdir -p /gclient && \
83- if [ -z ${GCLIENT_RELEASE+x} ]; then \
84- GCLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/gclient/releases/latest" \
85- | awk '/tag_name/{print $4;exit}' FS='[""]' ); \
86- fi && \
8783 curl -o \
8884 /tmp/gclient.tar.gz -L \
89- "https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE} .tar.gz" && \
85+ "https://github.com/linuxserver/gclient/archive/1.1.2 .tar.gz" && \
9086 tar xf \
9187 /tmp/gclient.tar.gz -C \
9288 /gclient/ --strip-components=1
Original file line number Diff line number Diff line change 8080RUN \
8181 echo "**** grab source ****" && \
8282 mkdir -p /gclient && \
83- if [ -z ${GCLIENT_RELEASE+x} ]; then \
84- GCLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/gclient/releases/latest" \
85- | awk '/tag_name/{print $4;exit}' FS='[""]'); \
86- fi && \
8783 curl -o \
8884 /tmp/gclient.tar.gz -L \
89- "https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE} .tar.gz" && \
85+ "https://github.com/linuxserver/gclient/archive/1.1.2 .tar.gz" && \
9086 tar xf \
9187 /tmp/gclient.tar.gz -C \
9288 /gclient/ --strip-components=1
Original file line number Diff line number Diff line change 8080RUN \
8181 echo "**** grab source ****" && \
8282 mkdir -p /gclient && \
83- if [ -z ${GCLIENT_RELEASE+x} ]; then \
84- GCLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/gclient/releases/latest" \
85- | awk '/tag_name/{print $4;exit}' FS='[""]'); \
86- fi && \
8783 curl -o \
8884 /tmp/gclient.tar.gz -L \
89- "https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE} .tar.gz" && \
85+ "https://github.com/linuxserver/gclient/archive/1.1.2 .tar.gz" && \
9086 tar xf \
9187 /tmp/gclient.tar.gz -C \
9288 /gclient/ --strip-components=1
You can’t perform that action at this time.
0 commit comments