From 8752fc725adf34f5bea9a6db7dc315f59d3b86ad Mon Sep 17 00:00:00 2001 From: Merith Date: Thu, 5 Jun 2025 14:50:18 -0700 Subject: [PATCH] Compress Winbox More --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e87cfb..7a7e643 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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