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