Skip to content

Commit

Permalink
Merge pull request #1 from markito3/upgrade_to_c7.9
Browse files Browse the repository at this point in the history
Upgrade to centos 7.9 and gluex_install 2.30.
  • Loading branch information
markito3 authored Mar 7, 2022
2 parents b7a18be + 396036e commit 6ca3907
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#
# original author: richard.t.jones at uconn.edu
# author: marki at jlab.org
# version: September 21, 2021
# version: March 7, 2022
#
# usage: [as root] $ docker build Dockerfile .
# usage: [as root] $ docker build -t gluex_prod:gxi-2.30 .
#

FROM centos:centos7.7.1908
FROM centos:7.9.2009

ENV GXI_VERSION=2.26
ENV GXI_VERSION=2.30
ADD https://github.com/JeffersonLab/gluex_install/archive/${GXI_VERSION}.tar.gz /
RUN tar zxvf ${GXI_VERSION}.tar.gz
RUN gluex_install-${GXI_VERSION}/gluex_prereqs_centos_7.sh
Expand Down

0 comments on commit 6ca3907

Please sign in to comment.