summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-22 16:45:59 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-22 16:45:59 +0100
commitb87099411a5a23572c5160adfa09e2ef2b882705 (patch)
tree82306295d1c949fa32bbbaa3a83de1f7efc0e558 /docker/Dockerfile
parent70a93ce0d76489db8a3d2245db2b9765f73bb51d (diff)
downloadkube-b87099411a5a23572c5160adfa09e2ef2b882705.tar.gz
kube-b87099411a5a23572c5160adfa09e2ef2b882705.zip
Setup key with docker
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 3302f900..b5c80d0d 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -40,7 +40,7 @@ WORKDIR /home/developer/
40# RUN sudo saslauthd -a pam && sudo /usr/libexec/cyrus-imapd/master -d && sleep 1 && sudo echo "cm user.doe" | cyradm --auth PLAIN -u cyrus -w admin localhost 40# RUN sudo saslauthd -a pam && sudo /usr/libexec/cyrus-imapd/master -d && sleep 1 && sudo echo "cm user.doe" | cyradm --auth PLAIN -u cyrus -w admin localhost
41 41
42#DBus For KCacheGrind 42#DBus For KCacheGrind
43RUN sudo dbus-uuidgen --ensure 43RUN dbus-uuidgen --ensure
44 44
45ENV QT_PLUGIN_PATH /install/lib64/plugins/ 45ENV QT_PLUGIN_PATH /install/lib64/plugins/
46ENV LD_LIBRARY_PATH /install/lib64 46ENV LD_LIBRARY_PATH /install/lib64
@@ -51,3 +51,7 @@ ENV XDG_CONFIG_DIRS /install/share/config
51ENV XDG_DATA_DIRS /install/share/:/usr/share 51ENV XDG_DATA_DIRS /install/share/:/usr/share
52RUN mkdir /tmp/runtime-developer 52RUN mkdir /tmp/runtime-developer
53ENV XDG_RUNTIME_DIR /tmp/runtime-developer 53ENV XDG_RUNTIME_DIR /tmp/runtime-developer
54
55ADD keyconfig /home/developer/keyconfig
56ADD setupkolabnowtest.sh /home/developer/setupkolabnowtest.sh
57RUN gpg2 --batch --generate-key /home/developer/keyconfig