Skip to content

Commit b20b341

Browse files
committedOct 9, 2020
Gitpod: Enable VNC and add browser
Change-Id: I367b0c5d6daf805d257451c51e45dfebf84ed8d2
1 parent 7ace65f commit b20b341

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎.gitpod.dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gitpod/workspace-full
1+
FROM gitpod/workspace-full-vnc
22

33
RUN sudo sh -c "echo deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted >> /etc/apt/sources.list" \
44
&& sudo sh -c "echo deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted >> /etc/apt/sources.list" \
@@ -7,7 +7,7 @@ RUN sudo sh -c "echo deb-src http://archive.ubuntu.com/ubuntu/ focal main restri
77
&& sudo sh -c "echo deb-src http://security.ubuntu.com/ubuntu/ focal-security multiverse >> /etc/apt/sources.list" \
88
&& sudo apt-get update \
99
&& sudo apt-get install -y \
10-
build-essential git libpoco-dev libcap-dev python3-polib npm libpng-dev python3-lxml libpam-dev \
10+
build-essential git libpoco-dev libcap-dev python3-polib npm libpng-dev python3-lxml libpam-dev firefox \
1111
&& sudo apt-get build-dep -y libreoffice \
1212
&& pip install lxml \
1313
&& pip install polib \

‎.gitpod.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ image:
44
ports:
55
- port: 9980
66
onOpen: open-browser
7+
- port: 6080
8+
protocol: "http"
79

810
vscode:
911
extensions:

0 commit comments

Comments
 (0)
Please sign in to comment.