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