Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-08-06 14:10:50 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-08-06 14:10:50 +0300
commit5e967cb6bc0309cbf9b7b22764f68a6564144d83 (patch)
treec2b15828148c3ea262a6380304af963c06a897bf /client
parent7c61a5c1be2808c9eb9114f73b7e8d58b5f10a16 (diff)
No need to try to install pkg-config so many times
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to 'client')
-rw-r--r--client/Dockerfile-5.124
1 files changed, 2 insertions, 2 deletions
diff --git a/client/Dockerfile-5.12 b/client/Dockerfile-5.12
index bfb9d5c..b76efa8 100644
--- a/client/Dockerfile-5.12
+++ b/client/Dockerfile-5.12
@@ -36,12 +36,12 @@ RUN apt-get update && \
zlib1g-dev
# Add libsecret for qtkeychain
-RUN apt-get install -y pkg-config libsecret-1-dev
+RUN apt-get install -y libsecret-1-dev
###########################################################################
# Add Qt-5.12 build dependencies
-RUN apt install -y libclang-dev gperf flex bison pkg-config
+RUN apt install -y libclang-dev gperf flex bison
# https://wiki.qt.io/Building_Qt_5_from_Git
# https://askubuntu.com/questions/158871/how-do-i-enable-the-source-code-repositories