Skip to content

Commit 935fd37

Browse files
committed
Quickfix to the dockerfile
1 parent 846a4ad commit 935fd37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ RUN apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E \
4141
x2goserver \
4242
x2golxdebindings \
4343
x2goserver-xsession \
44-
x2go-keyring \
45-
&& apt-get remove -q -y iceweasel \
44+
x2go-keyring
45+
46+
RUN apt-get remove -q -y iceweasel \
4647
&& echo "root:root" | chpasswd \
4748
&& adduser --disabled-password --gecos "" dockerx \
4849
&& adduser dockerx sudo \

0 commit comments

Comments
 (0)