setup base to autolaunch xtemr
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 6s

This commit is contained in:
networkstation 2025-06-05 05:31:52 +00:00
parent 079cc66d2b
commit 2bfa24d983
2 changed files with 12 additions and 1 deletions

View file

@ -1 +1,9 @@
FROM alpine:3.12 # use the base VNC image
FROM git.merith.xyz/gns3/base-vnc:latest
## START setting your image here
# RUN apk add --no-cache firefox-esr
## STOP setting up your image here
# DO NOT REMOVE AND DO NOT ADD AN "ENTRYPOINT" COMMAND
COPY ./entrypoint.sh /entrypoint.sh

3
entrypoint.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
xterm