From b392b63468185fd2f1d57e85d4b13c539f2c2abb Mon Sep 17 00:00:00 2001 From: andriish Date: Fri, 26 Jan 2024 18:01:18 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27133a5..ea941f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM fedora:39 -RUN dnf -y update && dnf -y install dnf5 && dnf -y clean all -RUN dnf5 -y install julia python gcc-c++ gcc-gfortran && dnf5 -y clean all \ No newline at end of file +RUN dnf -y update && dnf -y install dnf5 && dnf -y clean all +RUN dnf5 -y install julia python gcc-c++ gcc-gfortran && dnf5 -y clean all