Update: Dockerfile

This commit is contained in:
snowdream 2019-06-09 23:52:40 +08:00
parent 87b3496907
commit 579133cc01
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RUN apk add --no-cache openrc \
&& cp frpc /usr/bin/ \
&& mkdir -p /etc/frp \
&& cp frpc.ini /etc/frp \
&& cd root \
&& rm frp_${FRP_VERSION}_linux_amd64.tar.gz \
&& rm -rf frp_${FRP_VERSION}_linux_amd64/

View File

@ -12,6 +12,7 @@ RUN apk add --no-cache openrc \
&& cp frps /usr/bin/ \
&& mkdir -p /etc/frp \
&& cp frps.ini /etc/frp \
&& cd root \
&& rm frp_${FRP_VERSION}_linux_amd64.tar.gz \
&& rm -rf frp_${FRP_VERSION}_linux_amd64/