recipes/Containerfile

7 lines
127 B
Text
Raw Normal View History

FROM debian
2024-03-29 15:26:29 +00:00
RUN apt-get update; apt-get install -y python3
2024-03-29 12:23:14 +00:00
COPY src/machine_admin /machine_admin
COPY src/machine_setup.py /