We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c474a commit 3dd9d9dCopy full SHA for 3dd9d9d
Dockerfile
@@ -16,6 +16,6 @@ RUN rpm --import https://github.com/riboseinc/yum/raw/master/ribose-packages.pub
16
17
WORKDIR /usr/local/src/gpg-build-scripts
18
COPY . .
19
-RUN ./install_gpg_all.sh --suite-version "${GNUPG_VERSION}" --sudo --configure-opts "${CONFIGURE_OPTS}"
+RUN ./install_gpg_all.sh --suite-version "${GNUPG_VERSION}" --sudo --configure-opts "${CONFIGURE_OPTS}" --ldconfig
20
21
WORKDIR /root
0 commit comments