Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d123893

Browse files
committed
Added fixlocale file and the newst xpra repository
1 parent fb820d2 commit d123893

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# manages the windows and files.
1515
#
1616
# Author: Roberto Gandolfo Hashioka
17-
# Date: 07/18/2013
17+
# Date: 07/28/2013
1818

1919

2020
FROM ubuntu:12.10
@@ -25,6 +25,12 @@ RUN apt-get update
2525
# Set the env variable DEBIAN_FRONTEND to noninteractive
2626
ENV DEBIAN_FRONTEND noninteractive
2727

28+
# Adding the most update repository for xpra supported heavily by Antoine
29+
RUN apt-get install -y curl
30+
RUN curl http://xpra.org/gpg.asc | apt-key add -
31+
RUN echo "deb http://xpra.org/ quantal main" > /etc/apt/sources.list.d/xpra.list;
32+
RUN apt-get update
33+
2834
# Installing the environment required: xserver, xdm, flux box, roc-filer and ssh
2935
RUN apt-get install -y xpra rox-filer ssh pwgen xserver-xephyr xdm fluxbox
3036

config.tar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)