Skip to content

Commit

Permalink
Merge pull request #21 from MatterMiners/python3
Browse files Browse the repository at this point in the history
Add python3
  • Loading branch information
maxfischer2781 authored Jun 14, 2023
2 parents 8a35fd8 + 384631e commit 60768f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wlcg-wn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN yum install -y epel-release \
https://linuxsoft.cern.ch/wlcg/centos7/x86_64/wlcg-repo-1.0.0-1.el7.noarch.rpm \
http://repository.egi.eu/sw/production/umd/4/centos7/x86_64/updates/umd-release-4.1.3-1.el7.centos.noarch.rpm
RUN yum update -y
RUN yum install -y apptainer cvmfs HEP_OSlibs wn tcsh && \
RUN yum install -y apptainer cvmfs HEP_OSlibs wn tcsh python3 && \
yum clean -y all

# Fix pseudoterminal in unpriv. namespace; see https://github.com/apptainer/apptainer/issues/297
Expand Down

0 comments on commit 60768f2

Please sign in to comment.