generated from oci/template
setup base to autolaunch xtemr
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 6s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 6s
This commit is contained in:
parent
079cc66d2b
commit
2bfa24d983
2 changed files with 12 additions and 1 deletions
10
Dockerfile
10
Dockerfile
|
@ -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
3
entrypoint.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
xterm
|
Loading…
Reference in a new issue