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:
parent
230ff90356
commit
6ee1756bf9
@ -6,7 +6,7 @@ FROM ubuntu:14.04
|
||||
MAINTAINER kev <noreply@datageek.info>
|
||||
|
||||
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
|
||||
|
||||
ADD ./supervisord.conf /etc/supervisor/
|
||||
@ -36,6 +36,6 @@ RUN tar xzf dnscrypt-proxy-1.4.3.tar.gz && \
|
||||
|
||||
WORKDIR /
|
||||
RUN rm -r /tmp/pkgs/
|
||||
EXPOSE 80 1080
|
||||
EXPOSE 80 1080 9001
|
||||
|
||||
CMD supervisord -n -c /etc/supervisor/supervisord.conf
|
||||
|
Loading…
Reference in New Issue
Block a user