project_start/dockerfiles/python/Dockerfile

3 lines
65 B
Docker
Executable File

FROM ubuntu:22.10
COPY ./scripts/* /home/
RUN sh /home/install.sh