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

Sorry 忘记了管道

parent c8b8c94c
......@@ -2,9 +2,9 @@ FROM golang:alpine
RUN apk update && \
apk add wget curl unzip tar gzip ca-certificates busybox upx
RUN curl https://api.github.com/repos/pterodactyl/wings/releases/latest \
grep tarball_url \
cut -d '"' -f 4 \
wget -i - -O tarball.tar.gz
| grep tarball_url \
| cut -d '"' -f 4 \
| wget -i - -O tarball.tar.gz
RUN mkdir wings
RUN tar xvzf tarball.tar.gz -C wings --strip-components=1
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