5 lines
78 B
Docker
5 lines
78 B
Docker
FROM python:alpine3.15
|
|
|
|
RUN pip3 install 'gdtoolkit==3.*'
|
|
|
|
ENTRYPOINT /bin/sh
|