6 lines
127 B
Docker
6 lines
127 B
Docker
FROM debian
|
|
|
|
RUN apt-get update; apt-get install -y python3
|
|
|
|
COPY src/machine_admin /machine_admin
|
|
COPY src/machine_setup.py /
|