first effort
All checks were successful
Continuous Releases / build (push) Successful in 2s

This commit is contained in:
Eau
2026-03-20 00:11:25 -05:00
commit db821b6d8b
4 changed files with 41 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
ARG UBUNTU_VERSION=latest
FROM ubuntu:${UBUNTU_VERSION}
LABEL AUTHOR=Lauren
WORKDIR /opt/setup
RUN apt update
COPY setup.sh /opt/setup/setup.sh
RUN bash /opt/setup/setup.sh