Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
J4mez authored Jun 5, 2024
1 parent a177246 commit 89aa5eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ RUN apt-get update && \
curl -LO https://github.com/ginuerzh/gost/releases/download/v2.11.5/gost-linux-amd64-2.11.5.gz && \
gunzip gost-linux-amd64-2.11.5.gz && \
mv gost-linux-amd64-2.11.5 /usr/bin/gost && \
chmod +x /usr/bin/gost
chmod +x /usr/bin/gost && \
apt-get update


# Accept Cloudflare WARP TOS
RUN mkdir -p /root/.local/share/warp && \
Expand Down

0 comments on commit 89aa5eb

Please sign in to comment.