1
0
Fork 0

Add more verbose on exit-event-listener.py. Fix python.

This commit is contained in:
Joao Gilberto Magalhães 2020-06-07 23:03:08 -05:00
parent 74413882fa
commit 53010bb1be
2 changed files with 8 additions and 2 deletions

View file

@ -2,7 +2,8 @@ FROM haproxy:2.1-alpine
WORKDIR /scripts
RUN apk add --no-cache bash python3 py-yaml supervisor docker
RUN apk add --no-cache bash python3 py-yaml supervisor docker \
&& ln -s /usr/bin/python3 /usr/bin/python
COPY requirements.txt /scripts
RUN pip3 install --upgrade pip \