Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed May 22, 2023
1 parent e5e13e2 commit 4d1f1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Paolo Di Tommaso <paolo.ditommaso@gmail.com>
RUN apt-get update --fix-missing && \
apt-get install -q -y bc vim procps ghostscript unzip curl wget && \
apt-get install -q -y perl-modules libnet-ssleay-perl libcrypt-ssleay-perl libssl-dev libexpat1 libexpat1-dev liblwp-protocol-https-perl && \
apt-get install -q -y libgfortran3 libglib2.0-0 libgomp1 && \
apt-get install -q -y libgfortran4 libglib2.0-0 libgomp1 && \
apt-get clean

RUN mkdir -p /root
Expand Down

0 comments on commit 4d1f1b8

Please sign in to comment.