You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
fix missing python
This commit is contained in:
@@ -6,7 +6,7 @@ FROM ubuntu:14.04
|
|||||||
MAINTAINER kev <noreply@datageek.info>
|
MAINTAINER kev <noreply@datageek.info>
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y build-essential pdnsd haproxy nginx
|
RUN apt-get install -y build-essential pdnsd haproxy nginx python
|
||||||
RUN apt-get clean
|
RUN apt-get clean
|
||||||
|
|
||||||
ADD ./supervisord.conf /etc/supervisor/
|
ADD ./supervisord.conf /etc/supervisor/
|
||||||
@@ -36,6 +36,6 @@ RUN tar xzf dnscrypt-proxy-1.4.3.tar.gz && \
|
|||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN rm -r /tmp/pkgs/
|
RUN rm -r /tmp/pkgs/
|
||||||
EXPOSE 80 1080
|
EXPOSE 80 1080 9001
|
||||||
|
|
||||||
CMD supervisord -n -c /etc/supervisor/supervisord.conf
|
CMD supervisord -n -c /etc/supervisor/supervisord.conf
|
||||||
|
Reference in New Issue
Block a user