TT#1951 fix requirements for hotfix

* python-debian installed via pip
  We are using virtualenv on production, so no need to
  install packages for that

Change-Id: I2db86ffa9e71814b1d6dc9d7675bc9790b2c7ee7
changes/14/7514/1
Victor Seva 10 years ago
parent 765407b081
commit afb792a69c

1
debian/control vendored

@ -15,7 +15,6 @@ Architecture: all
Depends:
make,
python,
python-debian,
sqlite3,
uwsgi-plugin-python,
virtualenv,

@ -11,3 +11,4 @@ webassets
django-celery
flower
django-jsonify
python-debian

@ -5,11 +5,11 @@ FROM docker.mgm.sipwise.com/sipwise-jessie:latest
# 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
# 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 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:
COPY dev.txt test.txt common.txt /tmp/

@ -11,3 +11,4 @@ webassets
django-celery
flower
django-jsonify
python-debian

Loading…
Cancel
Save