Skip to content
Snippets Groups Projects
Commit 52cccb86 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Merge branch 'staging' into 'master'

Merge in staging

See merge request !14
parents d3b40006 23b64da3
No related branches found
Tags v2.3.1
1 merge request!14Merge in staging
......@@ -15,9 +15,9 @@ cd eic_container
modeuefile will be installed to `$PREFIX/../../etc/modulefiles`.
You can use the `-v` flag to select the version you want to deploy, or omit the
flag if you want to install the master build. The recommended stable
release version is `v2.3.0`.
release version is `v2.3.1`.
```bash
./deploy.py -v 2.3.0 <PREFIX>
./deploy.py -v 2.3.1 <PREFIX>
```
Available flags:
......
2.3.0
2.3.1
......@@ -35,6 +35,7 @@ RUN apt-get -yqq update \
ghostscript \
gv \
poppler-utils \
parallel \
&& apt-get -yqq autoremove \
&& rm -rf /var/lib/apt/lists/*
......
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