From b7c8fd0ec9368be8397b630efcb0a789bcc56f3b Mon Sep 17 00:00:00 2001 From: Merith Date: Thu, 5 Jun 2025 14:24:23 -0700 Subject: [PATCH] Juice --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f318d09..b01d6ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN wget -O /tmp/WinBox_Linux.zip https://download.mikrotik.com/routeros/winbox/ FROM git.merith.xyz/gns3/base-vnc:latest -RUN apk add --no-cache wine wget +RUN apk add --no-cache wget COPY --from=builder /WinBox /WinBox