We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bc3c6 commit 9a27252Copy full SHA for 9a27252
.gitpod.yml
@@ -2,8 +2,12 @@ image:
2
file: Dockerfile
3
4
ports:
5
-- port: 3000
6
- onOpen: open-browser
+ - port: 3000
+ onOpen: open-preview
7
+ - port: 5900
8
+ onOpen: ignore
9
+ - port: 6080
10
11
12
tasks:
13
- init: >
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM gitpod/workspace-full
+FROM gitpod/workspace-full-vnc
USER root
RUN apt-get update -q --fix-missing && \
@@ -7,7 +7,8 @@ RUN apt-get update -q --fix-missing && \
build-essential \
libssl-dev \
golang-go \
- libxkbfile-dev
+ libxkbfile-dev \
+ libnss3-dev
RUN set -ex && \
14
tmpdir=$(mktemp -d) && \
0 commit comments