Skip to content

Commit

Permalink
Merge 8272b29 into f0325b1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Mar 26, 2019
2 parents f0325b1 + 8272b29 commit b963a8d
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions Dockerfile
Expand Up @@ -4,29 +4,24 @@
# 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 fedora:25
RUN dnf update -y && \
dnf install -y \
ImageMagick \
FROM python:2.7-slim

ENV TERM=xterm
RUN apt-get update && \
apt-get install -y \
autoconf \
automake \
gcc \
gcc-c++ \
git \
graphviz-devel \
libffi-devel \
graphviz-dev \
imagemagick \
libffi-dev \
libtool \
openssh-clients \
openssl \
openssl-devel \
python-devel \
python-dev \
python-pip \
unzip \
vim-minimal && \
dnf install -y dnf redhat-rpm-config && \
dnf clean all

RUN pip install --upgrade pip
vim-tiny && \
pip install --upgrade pip

COPY CHANGES.rst README.rst setup.py /code/
COPY reana_workflow_engine_yadage/version.py /code/reana_workflow_engine_yadage/
Expand Down

0 comments on commit b963a8d

Please sign in to comment.