From c1be3a760d6734ae4a6e0ebae6c9a45cba0ad927 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 7 May 2020 15:05:31 +0100 Subject: [PATCH] Attempt libcurl3 --- dockerbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerbuild/Dockerfile b/dockerbuild/Dockerfile index f123ce7..a7870ba 100644 --- a/dockerbuild/Dockerfile +++ b/dockerbuild/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get -qq update && apt-get -qq dist-upgrade && \ # python for node-gyp # rpm is required for FPM to build rpm package # libsecret-1-dev and libgnome-keyring-dev are required even for prebuild keytar - apt-get -qq install --no-install-recommends qtbase5-dev bsdtar build-essential autoconf libssl-dev gcc-multilib g++-multilib lzip rpm python libcurl4 git git-lfs ssh unzip \ + apt-get -qq install --no-install-recommends qtbase5-dev bsdtar build-essential autoconf libssl-dev gcc-multilib g++-multilib lzip rpm python libcurl3 git git-lfs ssh unzip \ libsecret-1-dev libgnome-keyring-dev \ libopenjp2-tools && \ # git-lfs