Skip to content

Commit

Permalink
docker: slimmer image
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Mar 22, 2019
1 parent dbf8436 commit 2c466bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

FROM python:2.7
FROM python:2.7-slim

ENV TERM=xterm
RUN apt update && \
apt install -y vim emacs-nox && \
apt install nodejs -y && \
apt install -y \
gcc \
vim-tiny && \
pip install --upgrade pip

COPY CHANGES.rst README.rst setup.py /code/
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,12 @@
install_requires = [
'cwltool==1.0.20181118133959',
'schema-salad==2.7.20181116024232',
'kombu>=4.2.0,<5.0'
'celery>=4.1.0,<4.3',
'click>=7,<8',
'enum34>=1.1.6',
'SQLAlchemy>=1.1.14',
'SQLAlchemy-Utils>=0.32.18',
'reana-commons[kubernetes]>=0.5.0.dev20190321,<0.6.0',
'reana-commons[kubernetes]>=0.5.0.dev20190322,<0.6.0',
]

packages = find_packages()
Expand Down

0 comments on commit 2c466bf

Please sign in to comment.