mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
update frp
This commit is contained in:
parent
656622eabe
commit
a371ffcb47
@ -10,10 +10,10 @@ RUN apk add --no-cache openssl
|
|||||||
# Install frp
|
# Install frp
|
||||||
ENV VERSION 0.33.0
|
ENV VERSION 0.33.0
|
||||||
|
|
||||||
RUN wget -O frp.tar.gz https://github.com/fatedier/frp/releases/download/v${VERSION}/frp_${VERSION}_linux_amd64.tar.gz && \
|
RUN wget -O frp.tar.gz https://github.com/fatedier/frp/releases/download/v${VERSION}/frp_${VERSION}_linux_arm64.tar.gz && \
|
||||||
tar -xzf frp.tar.gz -C / && rm frp.tar.gz
|
tar -xzf frp.tar.gz -C / && rm frp.tar.gz
|
||||||
|
|
||||||
RUN mv /frp_${VERSION}_linux_amd64 /frp
|
RUN mv /frp_${VERSION}_linux_arm64 /frp
|
||||||
|
|
||||||
WORKDIR /frp
|
WORKDIR /frp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user