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
+1
View File
@@ -0,0 +1 @@
ubuntu:22.04/
-7
View File
@@ -1,7 +0,0 @@
FROM ubuntu:latest
RUN apt update && apt -y install \
git \
nodejs \
bash && \
apt clean all