generated from gns3/vnc-template
Compress Winbox More
All checks were successful
Build Docker Image on Commit v4 / build-and-publish (push) Successful in 4m20s
All checks were successful
Build Docker Image on Commit v4 / build-and-publish (push) Successful in 4m20s
This commit is contained in:
parent
bff5d820b3
commit
8752fc725a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN wget -O /tmp/WinBox_Linux.zip https://download.mikrotik.com/routeros/winbox/
|
|||
wget -O /tmp/upx.tar.xz https://github.com/upx/upx/releases/download/v5.0.1/upx-5.0.1-amd64_linux.tar.xz && \
|
||||
tar -xf /tmp/upx.tar.xz -C /tmp && \
|
||||
mv /tmp/winbox/WinBox /WinBox && \
|
||||
/tmp/upx-5.0.1-amd64_linux/upx /WinBox
|
||||
/tmp/upx-5.0.1-amd64_linux/upx --best --ultra-brute /WinBox
|
||||
|
||||
FROM git.merith.xyz/gns3/base-vnc:latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue