Commit 87d69ee6 authored by Li Mi's avatar Li Mi

Sorry 忘记了管道

parent c8b8c94c
...@@ -2,9 +2,9 @@ FROM golang:alpine ...@@ -2,9 +2,9 @@ FROM golang:alpine
RUN apk update && \ RUN apk update && \
apk add wget curl unzip tar gzip ca-certificates busybox upx apk add wget curl unzip tar gzip ca-certificates busybox upx
RUN curl https://api.github.com/repos/pterodactyl/wings/releases/latest \ RUN curl https://api.github.com/repos/pterodactyl/wings/releases/latest \
grep tarball_url \ | grep tarball_url \
cut -d '"' -f 4 \ | cut -d '"' -f 4 \
wget -i - -O tarball.tar.gz | wget -i - -O tarball.tar.gz
RUN mkdir wings RUN mkdir wings
RUN tar xvzf tarball.tar.gz -C wings --strip-components=1 RUN tar xvzf tarball.tar.gz -C wings --strip-components=1
RUN cd wings && \ RUN cd wings && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment