Skip to content

Commit e5c474a

Browse files
Add automake116 package to docker image
1 parent 45af966 commit e5c474a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Dockerfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@ FROM centos:7
33
ARG GNUPG_VERSION=latest
44
ARG CONFIGURE_OPTS="--enable-gpg2-is-gpg"
55

6-
RUN yum install -y bzip2 gcc make sudo ncurses-devel
6+
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
716

817
WORKDIR /usr/local/src/gpg-build-scripts
918
COPY . .

0 commit comments

Comments
 (0)