]> git.parisson.com Git - mezzo.git/commitdiff
Upgrade pip and setuptools
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 1 Jun 2018 14:58:35 +0000 (16:58 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 1 Jun 2018 14:58:35 +0000 (16:58 +0200)
Dockerfile
app/bin/app.sh

index 0d18e0427977d8b352008a1eca1a7f9a2edc77ec..c4c60b3d9376c6fbc43fdee8cc9813416b9b8206 100644 (file)
@@ -27,6 +27,9 @@ COPY lib/mezzanine-organization-themes/Gemfile /srv
 RUN gem install bundler
 RUN bundle install
 
+RUN pip install -U pip
+RUN pip install -U setuptools
+
 RUN mkdir /srv/app
 COPY app/requirements.txt /srv/app
 RUN pip install -r app/requirements.txt
index 724a27201d52dc827ed86317b08d40c9317da853..7d37129960b02a167d4f4e48a36c8de6251658f2 100755 (executable)
@@ -19,7 +19,8 @@ gid='www-data'
 # patterns='*.js;*.css;*.jpg;*.jpeg;*.gif;*.png;*.svg;*.ttf;*.eot;*.woff;*.woff2'
 
 # Install (staging) libs
-/srv/bin/build/local/setup_lib.sh
+# /srv/bin/build/local/setup_lib.sh
+# pip install -U setuptools
 
 # waiting for other services
 sh $app/bin/wait.sh