diff options
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 6 |
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 |
43 | RUN sudo dbus-uuidgen --ensure | 43 | RUN dbus-uuidgen --ensure |
44 | 44 | ||
45 | ENV QT_PLUGIN_PATH /install/lib64/plugins/ | 45 | ENV QT_PLUGIN_PATH /install/lib64/plugins/ |
46 | ENV LD_LIBRARY_PATH /install/lib64 | 46 | ENV LD_LIBRARY_PATH /install/lib64 |
@@ -51,3 +51,7 @@ ENV XDG_CONFIG_DIRS /install/share/config | |||
51 | ENV XDG_DATA_DIRS /install/share/:/usr/share | 51 | ENV XDG_DATA_DIRS /install/share/:/usr/share |
52 | RUN mkdir /tmp/runtime-developer | 52 | RUN mkdir /tmp/runtime-developer |
53 | ENV XDG_RUNTIME_DIR /tmp/runtime-developer | 53 | ENV XDG_RUNTIME_DIR /tmp/runtime-developer |
54 | |||
55 | ADD keyconfig /home/developer/keyconfig | ||
56 | ADD setupkolabnowtest.sh /home/developer/setupkolabnowtest.sh | ||
57 | RUN gpg2 --batch --generate-key /home/developer/keyconfig | ||