From 15e70ff8494f12bc02a57065b25116d14df62ce1 Mon Sep 17 00:00:00 2001 From: Kate Case Date: Tue, 9 Jul 2024 11:13:21 -0400 Subject: [PATCH] Update base image to Fedora 40 (#296) Also add vim and nano to container Co-authored-by: Bradley A. Thornton --- execution-environment.yml | 2 +- final/Containerfile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/execution-environment.yml b/execution-environment.yml index a60de566..a91299f5 100644 --- a/execution-environment.yml +++ b/execution-environment.yml @@ -3,7 +3,7 @@ version: 3 images: base_image: - name: quay.io/fedora/fedora-minimal:39 + name: quay.io/fedora/fedora-minimal:40 dependencies: ansible_runner: diff --git a/final/Containerfile b/final/Containerfile index 5b75e189..5d8beb01 100644 --- a/final/Containerfile +++ b/final/Containerfile @@ -33,6 +33,8 @@ zsh \ util-linux-user \ which \ git \ +nano \ +vim \ dumb-init \ # ansible-pylibssh needs: gcc \