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 45af966 commit e5c474aCopy full SHA for e5c474a
Dockerfile
@@ -3,7 +3,16 @@ FROM centos:7
3
ARG GNUPG_VERSION=latest
4
ARG CONFIGURE_OPTS="--enable-gpg2-is-gpg"
5
6
-RUN yum install -y bzip2 gcc make sudo ncurses-devel
+RUN yum install -y \
7
+ gcc make sudo \
8
+ autoconf automake libtool bison \
9
+ bzip2 gzip bzip2-devel zlib-devel gettext-devel \
10
+ ncurses-devel
11
+
12
+RUN rpm --import https://github.com/riboseinc/yum/raw/master/ribose-packages.pub && \
13
+ curl -L https://github.com/riboseinc/yum/raw/master/ribose.repo \
14
+ -o /etc/yum.repos.d/ribose.repo && \
15
+ yum -y install ribose-automake116
16
17
WORKDIR /usr/local/src/gpg-build-scripts
18
COPY . .
0 commit comments