mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-29 19:02:23 +02:00
Add redis to docker image
This commit is contained in:
@@ -2,7 +2,7 @@ FROM centos:centos7
|
||||
|
||||
RUN yum -y install centos-release-scl epel-release && \
|
||||
yum -y update && \
|
||||
yum -y install devtoolset-9 git cmake3 mpich-devel wget zeromq-devel vim
|
||||
yum -y install devtoolset-9 git cmake3 mpich-devel wget zeromq-devel vim redis
|
||||
|
||||
ENV PATH="/usr/lib64/mpich/bin:${PATH}"
|
||||
ENV LD_LIBRARY_PATH="/usr/lib64/mpich/lib:${LD_LIBRARY_PATH}"
|
||||
|
||||
Reference in New Issue
Block a user