formatting
This commit is contained in:
+2
-1
@@ -12,7 +12,8 @@ ENV DIR=/go/src/github.com/Psiphon-Labs/psiphon-tunnel-core \
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
RUN TARGET_PALTFORMS=${TARGETS:-"$BUILDOS/$BUILDARCH"}; \
|
||||
mkdir -p ${DIR} && \
|
||||
curl -sL https://github.com/Psiphon-Labs/psiphon-tunnel-core/archive/refs/tags/v${VERSION}.tar.gz | tar xz -C ${DIR} --strip-components=1 && \
|
||||
curl -sL https://github.com/Psiphon-Labs/psiphon-tunnel-core/archive/refs/tags/v${VERSION}.tar.gz | \
|
||||
tar xz -C ${DIR} --strip-components=1 && \
|
||||
(IFS=','; for PLATFORM in $TARGET_PALTFORMS; \
|
||||
do \
|
||||
OS=${PLATFORM%%/*} && \
|
||||
|
||||
Reference in New Issue
Block a user