Skip to content
Snippets Groups Projects
Commit 55460686 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Update Dockerfile for OST 2.8

parent 4a288a4e
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ COPY docker/requirements.txt ${SRC_DIR}
WORKDIR ${SRC_DIR}
RUN set -e pipefail; \
apt-get update -y; \
apt-get install -y git pip; \
apt-get install -y git pip swig; \
pip install -r requirements.txt; \
## use the python-ihm latest
git clone https://github.com/ihmwg/python-ihm.git ihm.git; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment