Initial builds

This commit is contained in:
Greg Hellings
2023-12-12 15:05:32 -06:00
commit cbe83078bb
3 changed files with 48 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM ubuntu:latest
RUN apt update && apt -y install \
git \
nodejs \
bash && \
apt clean all