mirror of
https://github.com/dvddarias/docker-hoster
synced 2026-08-05 16:12:43 +02:00
Initial commit
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
FROM debian:8.0
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends python3.4 python3-pip \
|
||||
&& pip3 install docker-py \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
VOLUME ["/dockerfiles"]
|
||||
ENTRYPOINT ["/dockerfiles/entrypoint.sh"]
|
||||
|
||||
CMD ["python3"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user