switch to updated base image
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
FROM debian8_python3
|
||||
FROM python:3.8-slim
|
||||
|
||||
MAINTAINER Joachim Lusiardi
|
||||
|
||||
RUN apt-get update; \
|
||||
apt-get install -y nginx;
|
||||
apt-get install -y nginx; \
|
||||
pip3 install docker-py
|
||||
|
||||
RUN mkdir /default
|
||||
ADD index.html /default/index.html
|
||||
@@ -14,7 +15,6 @@ RUN chmod +x /start.sh
|
||||
|
||||
ADD nginx_proxy.py /nginx_proxy.py
|
||||
RUN chmod +x /nginx_proxy.py
|
||||
RUN pip3 install docker-py
|
||||
|
||||
EXPOSE 80
|
||||
ENTRYPOINT /start.sh
|
||||
|
||||
Reference in New Issue
Block a user