use dnf openssl-devel 3
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (release) Successful in 57m56s
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (release) Successful in 57m56s
This commit is contained in:
parent
e80aa47915
commit
fa13c849e7
1 changed files with 2 additions and 9 deletions
11
Dockerfile
11
Dockerfile
|
@ -6,7 +6,7 @@ RUN dnf install -y dnf-plugins-core
|
|||
RUN dnf install -y openmpi openmpi-devel
|
||||
RUN dnf install -y hdf5 hdf5-devel hdf5-static
|
||||
RUN dnf group install -y development-tools
|
||||
RUN dnf install -y mpfr-devel gmp-devel libmpc-devel zlib-devel glibc-devel.i686 glibc-devel isl-devel g++ gcc-gnat gcc-gdc libgphobos-static
|
||||
RUN dnf install -y mpfr-devel gmp-devel libmpc-devel zlib-devel glibc-devel.i686 glibc-devel isl-devel g++ gcc-gnat gcc-gdc libgphobos-static openssl-devel
|
||||
|
||||
ARG user=researcher
|
||||
ARG group=researcher
|
||||
|
@ -29,15 +29,8 @@ WORKDIR ${prefix}/lime-1.3.2
|
|||
RUN ./configure --prefix ${prefix}
|
||||
RUN make all install
|
||||
|
||||
WORKDIR ${prefix}
|
||||
RUN wget https://www.openssl.org/source/openssl-1.1.0l.tar.gz
|
||||
RUN tar xvzf openssl-1.1.0l.tar.gz
|
||||
WORKDIR ${prefix}/openssl-1.1.0l
|
||||
RUN ./config --prefix=${prefix}
|
||||
RUN make all install
|
||||
|
||||
ENV PATH=/usr/lib64/openmpi/bin:$PATH
|
||||
ENV LD_LIBRARY_PATH=/usr/lib64/openmpi/lib:$LD_LIBRARY_PATH
|
||||
ENV LD_LIBRARY_PATH=/usr/lib64/openmpi/lib
|
||||
|
||||
WORKDIR /home/${user}
|
||||
RUN git clone https://github.com/paboyle/Grid.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue