Update arvbox to work with passenger 5.0, refs #5737
[arvados.git] / tools / arvbox / lib / arvbox / docker / Dockerfile.base
index 6568a887b3c829681de54cc294b68389f3cc0001..a894350970f115594300befe9eab2798946cdfe4 100644 (file)
@@ -68,6 +68,8 @@ RUN set -e && \
  tar -C /usr/local -xjf /tmp/$PJS.tar.bz2 && \
  ln -s ../$PJS/bin/phantomjs /usr/local/bin/
 
+RUN pip install -U setuptools
+
 ARG arvados_version
 RUN echo arvados_version is git commit $arvados_version