first commit

This commit is contained in:
Aravindan Sathyanarayanan
2023-11-26 22:54:52 +00:00
commit 2c9eacc21a
10 changed files with 126 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM inductiveautomation/ignition:latest
USER 0
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
git && \
rm -rf /var/lib/apt/lists/*
CMD ["test 0"]