mirror of
https://github.com/cnbattle/drone-upx.git
synced 2026-06-04 18:24:03 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 569a2a387c |
@@ -4,8 +4,6 @@ ADD https://github.com/upx/upx/releases/download/v3.96/upx-3.96-amd64_linux.tar.
|
||||
RUN xz -d -c /usr/local/upx-3.96-amd64_linux.tar.xz | tar -xOf - upx-3.96-amd64_linux/upx > /bin/upx && \
|
||||
chmod a+x /bin/upx
|
||||
|
||||
RUN /bin/upx --help
|
||||
|
||||
ADD release/linux/amd64/drone-upx /bin/
|
||||
|
||||
ENTRYPOINT ["/bin/drone-upx"]
|
||||
|
||||
Reference in New Issue
Block a user