uptimize dockerfile

This commit is contained in:
ubuntu 2022-10-13 17:31:50 +08:00
parent 61d344e63d
commit 4d53c98e06

View File

@ -60,7 +60,7 @@ RUN go env -w GO111MODULE=on
RUN go env -w GOPROXY=https://goproxy.cn
RUN git clone https://gitee.com/lyon1998/pikascript root/pikascript
RUN git clone https://gitee.com/lyon1998/pikascript root/pikascript --depth 1
RUN cd /root/pikascript && git pull
RUN apt-get install -y upx