# Development tools
RUN yum -y groupinstall 'Development Tools'
-RUN ln -s /usr/lib64/libedit.so.0 /usr/lib64/libedit.so
# Centos build utilities
RUN yum -y install \
libtool-ltdl-devel \
+libedit-devel \
ksh \
cmake \
# Option xpat
# Development tools
RUN yum -y groupinstall 'Development Tools'
-RUN ln -s /usr/lib64/libedit.so.0 /usr/lib64/libedit.so
# Centos build utilities
RUN yum -y install \
libtool-ltdl-devel \
+libedit-devel \
ksh \
cmake \
# Option glut
# Development tools
RUN yum -y groupinstall 'Development Tools'
-RUN ln -s /usr/lib64/libedit.so.0 /usr/lib64/libedit.so
RUN dnf config-manager --set-enabled PowerTools
# Centos build utilities
RUN yum -y install \
libtool-ltdl-devel \
+libedit-devel \
ksh \
cmake \
# Option glut
# Development tools
RUN yum -y groupinstall 'Development Tools' \
-&& ln -s /usr/lib64/libedit.so.0 /usr/lib64/libedit.so \
&& yum -y install rpm-build \
bison \
byacc \
flex \
# Centos build utilities
libtool-ltdl-devel \
+libedit-devel \
ksh \
cmake \
# Option glut
FROM fedora:30
# Development tools
RUN yum -y groupinstall 'Development Tools' \
-&& ln -s /usr/lib64/libedit.so.0 /usr/lib64/libedit.so \
&& yum -y install rpm-build \
bison \
byacc \
flex \
# Centos build utilities
libtool-ltdl-devel \
+libedit-devel \
ksh \
cmake \
# Option glut
# Development tools
RUN yum -y groupinstall 'Development Tools' \
-&& ln -s /usr/lib64/libedit.so.0 /usr/lib64/libedit.so \
&& yum -y install rpm-build \
bison \
byacc \
flex \
# Centos build utilities
libtool-ltdl-devel \
+libedit-devel \
ksh \
cmake \
# Option glut
FROM fedora:32
# Development tools
RUN yum -y groupinstall 'Development Tools' \
-&& ln -s /usr/lib64/libedit.so.0 /usr/lib64/libedit.so \
&& yum -y install rpm-build \
bison \
byacc \
flex \
# Centos build utilities
libtool-ltdl-devel \
+libedit-devel \
ksh \
cmake \
# Option glut
# Development tools
RUN yum -y groupinstall 'Development Tools' \
-&& ln -s /usr/lib64/libedit.so.0 /usr/lib64/libedit.so \
&& yum -y install rpm-build \
bison \
byacc \
flex \
# Centos build utilities
libtool-ltdl-devel \
+libedit-devel \
ksh \
cmake \
# Option xpat