@ -5,11 +5,11 @@ FROM docker.mgm.sipwise.com/sipwise-jessie:latest
# is updated with the current date. It will force refresh of all
# is updated with the current date. It will force refresh of all
# of the base images and things like `apt-get update` won't be using
# of the base images and things like `apt-get update` won't be using
# old cached versions when the Dockerfile is built.
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2016-08-02
ENV REFRESHED_AT 2016-08-04
RUN apt-get update
RUN apt-get update
RUN apt-get install --assume-yes python2.7 python2.7-dev \
RUN apt-get install --assume-yes python2.7 python2.7-dev \
python-distribute python-pip python-debian git screen
python-distribute python-pip git screen
# Get pip to download and install requirements:
# Get pip to download and install requirements:
COPY dev.txt test.txt common.txt /tmp/
COPY dev.txt test.txt common.txt /tmp/