Skip to content

Commit

Permalink
docker: gcc and python-devel packages fix
Browse files Browse the repository at this point in the history
* Fixes missing gcc and python-devel packages required to run docker
  build.

Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Jan 18, 2017
1 parent c82abb8 commit a16e205
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ FROM centos:7
RUN rpm -Uvh http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

RUN yum install -y \
gcc \
python-devel \
xrootd \
xrootd-client \
xrootd-client-devel \
xrootd-python git \
xrootd-server
xrootd-server \

RUN yum install -y python-pip

Expand Down

0 comments on commit a16e205

Please sign in to comment.