mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 16:41:55 +00:00
update frp
This commit is contained in:
parent
127cd7e584
commit
904332d397
@ -8,12 +8,12 @@ USER root
|
||||
RUN apk add --no-cache openssl
|
||||
|
||||
# Install frp
|
||||
ENV FRP_VER 0.21.0
|
||||
ENV VERSION 0.21.0
|
||||
|
||||
RUN wget -O frp.tar.gz https://github.com/fatedier/frp/releases/download/v$FRP_VER/frp_$FRP_VER_linux_amd64.tar.gz && \
|
||||
RUN wget -O frp.tar.gz https://github.com/fatedier/frp/releases/download/v${VERSION}/frp_${VERSION}_linux_amd64.tar.gz && \
|
||||
tar -xzf frp.tar.gz -C / && rm frp.tar.gz
|
||||
|
||||
RUN ln -s /frp_$FRP_VER_linux_amd64 /frp
|
||||
RUN ln -s /frp_$VERSION_linux_amd64 /frp
|
||||
|
||||
WORKDIR /frp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user