From 4aa749ebd6a1bc7a8331a89219f0a11f1d5b11cf Mon Sep 17 00:00:00 2001 From: Marko Kosunen Date: Sun, 21 Jan 2024 07:36:45 +0200 Subject: [PATCH] Update to fedora 38 --- Dockerfile | 2 +- python_installs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d0811c0..4b1060a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:36 +FROM fedora:38 # Software installations from repositories RUN dnf -y install git python3 python3-devel python3-pip ncurses-devel gcc ngspice iverilog findutils #RUN dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-36.noarch.rpm diff --git a/python_installs.sh b/python_installs.sh index 8e5d6a0..0926d16 100644 --- a/python_installs.sh +++ b/python_installs.sh @@ -14,7 +14,7 @@ cat << EOF Written by Marko Pikkis Kosunen SYNOPSIS - pip3userinstall.sh [OPTIONS] + python_installs.sh [OPTIONS] DESCRIPTION Installs required Python packages locally to users ~/.local OPTIONS