Skip to content
Snippets Groups Projects

Update file Dockerfile

Open Piergiulio Lenzi requested to merge add_f2py into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -5,7 +5,9 @@ WORKDIR /app
COPY el7/* /app
RUN curl -fsSL https://get.htcondor.org | /bin/bash -s -- --no-dry-run
RUN yum install -y vim-enhanced perl-core perl-CPAN perl-Sys-Syslog perl-Authen-Krb5 sssd-client cmake3 emacs gcc-gfortran boost boost-thread boost-devel
RUN yum install -y vim-enhanced perl-core perl-CPAN perl-Sys-Syslog \
perl-Authen-Krb5 sssd-client cmake3 emacs gcc-gfortran boost boost-thread boost-devel \
f2py
ENTRYPOINT ["/app/setupCondor.sh"]
# Run app.py when the container launches
Loading