Add VIM to image in case you need to edit some files manually

This commit is contained in:
2021-07-14 17:23:01 +02:00
parent 0d6c4a7f39
commit 103038f0a4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
yum -y install devtoolset-9 git cmake3 mpich-devel wget zeromq-devel vim
ENV PATH="/usr/lib64/mpich/bin:${PATH}"
ENV LD_LIBRARY_PATH="/usr/lib64/mpich/lib:${LD_LIBRARY_PATH}"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.0.2
VERSION=1.0.3
docker build --no-cache=true -f buffer-base.Dockerfile -t paulscherrerinstitute/std-daq-buffer-base .
docker tag paulscherrerinstitute/std-daq-buffer-base paulscherrerinstitute/std-daq-buffer-base:$VERSION