add python image
This commit is contained in:
5
python/Dockerfile
Normal file
5
python/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
ARG VERSION="latest"
|
||||
FROM registry.tomastm.com/base-debian:${VERSION}
|
||||
|
||||
COPY install-packages.sh /tmp/install-packages.sh
|
||||
RUN sudo chmod +x /tmp/install-packages.sh && /tmp/install-packages.sh && sudo rm /tmp/install-packages.sh
|
||||
Reference in New Issue
Block a user