From ec80d0d3870ad1468040d9bd9b3ee5634038e4b1 Mon Sep 17 00:00:00 2001 From: Merith Date: Thu, 5 Jun 2025 06:23:45 +0000 Subject: [PATCH] include winbox --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index fb1911f..d234596 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM git.merith.xyz/gns3/base-vnc:latest ## START setting your image here RUN apk add --no-cache wine +RUN wget -O /winbox64.exe https://download.mikrotik.com/routeros/winbox/3.42/winbox64.exe ## STOP setting up your image here # DO NOT REMOVE AND DO NOT ADD AN "ENTRYPOINT" COMMAND