Skip to content

Commit

Permalink
Merge pull request #996 from cutwater/backport/3.0.5/994
Browse files Browse the repository at this point in the history
Install required packages when building release image
  • Loading branch information
cutwater authored Aug 1, 2018
2 parents 3c3c373 + 19b1621 commit 101c0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/release/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV VENV_BIN /var/lib/galaxy/venv/bin

# Install packages and create virtual environment
RUN yum -y install epel-release \
&& yum -y install git make python python-pip \
&& yum -y install git gcc make python python-devel python-pip \
&& pip install virtualenv \
&& yum -y clean all \
&& rm -rf /var/cache/yum
Expand Down

0 comments on commit 101c0e6

Please sign in to comment.