Try to fix travis again, add UPX compression

This commit is contained in:
Lan Tian
2019-01-08 14:54:42 +08:00
parent 8376d0d182
commit 2844310678
3 changed files with 12 additions and 10 deletions

View File

@@ -3,4 +3,4 @@ FROM multiarch/alpine:${THIS_ARCH_ALT}-edge
LABEL Lan Tian "lantian@lantian.pub"
COPY build/proxy /
ENTRYPOINT ["/proxy"]
ENTRYPOINT ["/lib/ld-musl-x86_64.so.1 /proxy"]