Skip to content

Commit

Permalink
install tar in slave
Browse files Browse the repository at this point in the history
  • Loading branch information
siamaksade committed May 23, 2016
1 parent 8c9c846 commit b73bc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM rhel7/rhel
USER root
RUN curl -sL -o /tmp/epel-release-latest-7.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
rpm -Uvh /tmp/epel-release-latest-7*.rpm && \
export INSTALL_PKGS="nss_wrapper java-1.8.0-openjdk-headless java-1.8.0-openjdk-devel nss_wrapper gettext" && \
export INSTALL_PKGS="nss_wrapper java-1.8.0-openjdk-headless java-1.8.0-openjdk-devel nss_wrapper gettext tar" && \
yum install -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down

0 comments on commit b73bc82

Please sign in to comment.