winbox/Dockerfile
Merith 73f4ee47cb
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 23s
winbox download
2025-06-05 06:07:01 +00:00

10 lines
No EOL
282 B
Docker

# use the base VNC image
FROM git.merith.xyz/gns3/base-vnc:latest
## START setting your image here
RUN apk add --no-cache wine
## STOP setting up your image here
# DO NOT REMOVE AND DO NOT ADD AN "ENTRYPOINT" COMMAND
COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh