diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-12 22:42:03 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-12 22:42:03 +0200 |
commit | c765dedc35d70c2926fc6575de43ae03f25e39ca (patch) | |
tree | de079a888eacfc32d1337c86b02069a3c3b36804 /docker | |
parent | 7692547fa0471175893b38fa5d6ed2faee460298 (diff) | |
download | kube-c765dedc35d70c2926fc6575de43ae03f25e39ca.tar.gz kube-c765dedc35d70c2926fc6575de43ae03f25e39ca.zip |
Updated dependencies and docs
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index f9a683fa..b4820988 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile | |||
@@ -17,7 +17,7 @@ RUN dnf -y install cyrus-sasl-devel | |||
17 | 17 | ||
18 | #Stuff for kube | 18 | #Stuff for kube |
19 | RUN dnf -y install qt5-qtquickcontrols qt5-qtquickcontrols2-devel qt5-qtwebengine-devel qt5-qtxmlpatterns-devel | 19 | RUN dnf -y install qt5-qtquickcontrols qt5-qtquickcontrols2-devel qt5-qtwebengine-devel qt5-qtxmlpatterns-devel |
20 | RUN dnf -y install kf5-kpackage-devel kf5-ki18n-devel kf5-kcodecs-devel kf5-kcontacts-devel kf5-kmime-devel gpgme-devel kf5-kcalendarcore-devel | 20 | RUN dnf -y install kf5-ki18n-devel kf5-kcodecs-devel kf5-kcontacts-devel kf5-kmime-devel gpgme-devel kf5-kcalendarcore-devel |
21 | 21 | ||
22 | # Imap tests | 22 | # Imap tests |
23 | RUN dnf -y install cyrus-imapd cyrus-sasl cyrus-sasl-plain gnupg2-smime pinentry-gtk | 23 | RUN dnf -y install cyrus-imapd cyrus-sasl cyrus-sasl-plain gnupg2-smime pinentry-gtk |