Skip to content

Commit

Permalink
Merge pull request #339 from GuillaumeTh/ENH_add_dependencies_containers
Browse files Browse the repository at this point in the history
Add jq and rename in the container
  • Loading branch information
arnaudbore authored Oct 17, 2020
2 parents f337f43 + 15c77c9 commit 680c1ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RUN apt-get -y upgrade
RUN apt -y install libblas-dev
RUN apt -y install liblapack-dev
RUN apt -y install libgl1-mesa-glx
RUN apt -y install jq
RUN apt -y install rename

WORKDIR /
ENV SCILPY_VERSION="master"
Expand Down

0 comments on commit 680c1ac

Please sign in to comment.