4 lines
No EOL
63 B
Docker
4 lines
No EOL
63 B
Docker
FROM python:3.10-alpine
|
|
|
|
ADD resources /tmp
|
|
RUN /tmp/install.sh |