File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin
16
16
17
17
ADD *.rpm /tmp/origin-rpm/
18
18
RUN mkdir $TMPDIR && \
19
- INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo openssl" && \
19
+ INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo openssl gpgme gpgme-devel libassuan libassuan-devel " && \
20
20
yum install -y $INSTALL_PKGS /tmp/origin-rpm/*.rpm && \
21
21
rpm -V $INSTALL_PKGS && \
22
22
yum clean all && \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin
16
16
17
17
ADD *.rpm /tmp/origin-rpm/
18
18
RUN mkdir $TMPDIR && \
19
- INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo openssl" && \
19
+ INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo openssl gpgme gpgme-devel libassuan libassuan-devel " && \
20
20
yum install -y $INSTALL_PKGS /tmp/origin-rpm/*.rpm && \
21
21
rpm -V $INSTALL_PKGS && \
22
22
yum clean all && \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin
16
16
17
17
ADD *.rpm /tmp/origin-rpm/
18
18
RUN mkdir $TMPDIR && \
19
- INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo openssl" && \
19
+ INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo openssl gpgme gpgme-devel libassuan libassuan-devel " && \
20
20
yum install -y $INSTALL_PKGS /tmp/origin-rpm/*.rpm && \
21
21
rpm -V $INSTALL_PKGS && \
22
22
yum clean all && \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin
16
16
17
17
ADD *.rpm /tmp/origin-rpm/
18
18
RUN mkdir $TMPDIR && \
19
- INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo openssl" && \
19
+ INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo openssl gpgme gpgme-devel libassuan libassuan-devel " && \
20
20
yum install -y $INSTALL_PKGS /tmp/origin-rpm/*.rpm && \
21
21
rpm -V $INSTALL_PKGS && \
22
22
yum clean all && \
You can’t perform that action at this time.
0 commit comments