3 lines
69 B
Docker
3 lines
69 B
Docker
|
FROM gitpod/workspace-full-vnc:latest
|
||
|
USER root
|
||
|
RUN ./build-docker.sh
|