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