Correct Ubuntu latest and add Fedora

This commit is contained in:
Greg Hellings
2023-12-12 15:12:01 -06:00
parent cbe83078bb
commit 9c851908cb
4 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM fedora:39
RUN yum install -y \
git \
nodejs \
jq
-1
View File
@@ -1 +0,0 @@
ubuntu:latest/
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:22.04
RUN apt update && apt -y install \
git \
+1
View File
@@ -0,0 +1 @@
ubuntu:22.04/