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: Depends:
make, make,
python, python,
python-debian,
sqlite3, sqlite3,
uwsgi-plugin-python, uwsgi-plugin-python,
virtualenv, virtualenv,

@ -11,3 +11,4 @@ webassets
django-celery django-celery
flower flower
django-jsonify 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 # 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/

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

Loading…
Cancel
Save