generated from gns3/vnc-template
Initial commit
This commit is contained in:
commit
8bf0269636
5 changed files with 142 additions and 0 deletions
10
Dockerfile
Normal file
10
Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
# 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
|
||||
RUN chmod +x /entrypoint.sh
|
Loading…
Add table
Add a link
Reference in a new issue