Skip to content

Commit 3dd9d9d

Browse files
Run ldconfig after building
1 parent e5c474a commit 3dd9d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ RUN rpm --import https://github.com/riboseinc/yum/raw/master/ribose-packages.pub
1616

1717
WORKDIR /usr/local/src/gpg-build-scripts
1818
COPY . .
19-
RUN ./install_gpg_all.sh --suite-version "${GNUPG_VERSION}" --sudo --configure-opts "${CONFIGURE_OPTS}"
19+
RUN ./install_gpg_all.sh --suite-version "${GNUPG_VERSION}" --sudo --configure-opts "${CONFIGURE_OPTS}" --ldconfig
2020

2121
WORKDIR /root

0 commit comments

Comments
 (0)