generated from gns3/vnc-template
no longer brutalize winbox
All checks were successful
Build Docker Image on Commit v4 / build-and-publish (push) Successful in 30s
All checks were successful
Build Docker Image on Commit v4 / build-and-publish (push) Successful in 30s
This commit is contained in:
parent
8752fc725a
commit
36e020bdb4
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 && \
|
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 && \
|
tar -xf /tmp/upx.tar.xz -C /tmp && \
|
||||||
mv /tmp/winbox/WinBox /WinBox && \
|
mv /tmp/winbox/WinBox /WinBox && \
|
||||||
/tmp/upx-5.0.1-amd64_linux/upx --best --ultra-brute /WinBox
|
/tmp/upx-5.0.1-amd64_linux/upx --lzma /WinBox
|
||||||
|
|
||||||
FROM git.merith.xyz/gns3/base-vnc:latest
|
FROM git.merith.xyz/gns3/base-vnc:latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue