Skip to content

Commit

Permalink
Try to fix libgfortran3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed May 22, 2023
1 parent 4e164be commit c0e3592
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM debian:buster
FROM debian:stretch
MAINTAINER Paolo Di Tommaso <paolo.ditommaso@gmail.com>

RUN apt-get update --fix-missing && \
RUN sed -i 's/security.debian.org\/debian-security/cdn-aws.deb.debian.org\/debian-security/g' /etc/apt/sources.list && \
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 libgfortran4 libglib2.0-0 libgomp1 && \
apt-get install -q -y libgfortran3 libglib2.0-0 libgomp1 && \
apt-get clean

RUN mkdir -p /root
Expand Down

0 comments on commit c0e3592

Please sign in to comment.