frp_addon/Dockerfile aktualisiert

This commit is contained in:
WeeXnes 2025-06-02 17:54:59 +00:00
parent 6d592fd832
commit 2bfcbc2d98

View file

@ -4,16 +4,16 @@ FROM $BUILD_FROM
RUN apk add --no-cache curl
# Download FRP
RUN curl -L https://github.com/fatedier/frp/releases/download/v0.60.0/frp_0.60.0_linux_amd64.tar.gz -o frp.tar.gz
RUN curl -L https://github.com/fatedier/frp/releases/download/v0.62.1/frp_0.62.1_linux_amd64.tar.gz -o frp.tar.gz
# Extract the downloaded tar.gz file
RUN tar -zxvf frp.tar.gz
# Move the FRPC binary to the desired location
RUN mv frp_0.60.0_linux_amd64/frpc /usr/local/bin/
RUN mv frp_0.62.1_linux_amd64/frpc /usr/local/bin/
# Clean up by removing unnecessary files
RUN rm -rf frp.tar.gz frp_0.60.0_linux_amd64
RUN rm -rf frp.tar.gz frp_0.62.1_linux_amd64
# Copy data for add-on