Merge "Remove IPython from RefStack container"

This commit is contained in:
Jenkins
2017-05-02 00:57:48 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -13,14 +13,14 @@ RUN \
sudo git vim wget \
nginx \
python-dev python3-dev python-pip \
libmysqlclient-dev mysql-client-5.6 mysql-server-5.6 \
libmysqlclient-dev mysql-client-5.6 mysql-server-5.6 libffi-dev\
npm && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/lib/mysql/* && \
rm -rf /etc/nginx/sites-enabled/default
RUN \
pip install virtualenv tox ipython ipdb httpie && \
pip install virtualenv tox httpie && \
ln -s /usr/bin/nodejs /usr/bin/node
ADD /docker/scripts/* /usr/bin/
@@ -41,4 +41,4 @@ RUN \
api-init-db
CMD start.sh -s
EXPOSE 443
EXPOSE 443

View File

@@ -39,7 +39,7 @@ build_refstack_env () {
[ ! -d .venv ] && virtualenv .venv
.venv/bin/pip install -r requirements.txt
#Install some dev tools
.venv/bin/pip install ipython ipdb httpie
.venv/bin/pip install pymysql httpie
cd /home/dev/refstack
npm install
# bower install --config.interactive=false