File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM gitpod/workspace-full
1
+ FROM gitpod/workspace-full-vnc
2
2
3
3
RUN sudo sh -c "echo deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted >> /etc/apt/sources.list" \
4
4
&& 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
7
7
&& sudo sh -c "echo deb-src http://security.ubuntu.com/ubuntu/ focal-security multiverse >> /etc/apt/sources.list" \
8
8
&& sudo apt-get update \
9
9
&& 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 \
11
11
&& sudo apt-get build-dep -y libreoffice \
12
12
&& pip install lxml \
13
13
&& pip install polib \
Original file line number Diff line number Diff line change 4
4
ports :
5
5
- port : 9980
6
6
onOpen : open-browser
7
+ - port : 6080
8
+ protocol : " http"
7
9
8
10
vscode :
9
11
extensions :
You can’t perform that action at this time.
0 commit comments