Skip to content

Commit

Permalink
docker.centos6: Add x11 libs for xsel
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Londeix committed Feb 1, 2017
1 parent 976a676 commit ba358c0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docker/centos6.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ RUN yum install -y \
devtoolset-2-elfutils \
git \
make \
tar \
chrpath \
libtool
tar \
chrpath \
libtool
RUN yum install -y \
libX11-devel \
strace
RUN yum install -y unzip
RUN yum install -y libXt-devel
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake
RUN groupadd -r -g $(id -g) ${USER} && useradd -r -g ${USER} -u $(id -u) ${USER}
ENV HOME /home/${USER}
Expand Down

0 comments on commit ba358c0

Please sign in to comment.