1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00

fix missing python

This commit is contained in:
kev 2015-03-19 15:36:29 +08:00
parent 230ff90356
commit 6ee1756bf9

View File

@ -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