5 lines
65 B
Docker
5 lines
65 B
Docker
FROM python:3.10-alpine
|
|
|
|
ADD resources /tmp
|
|
|
|
RUN /tmp/install.sh
|