File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ENV RUN_SCRIPT ~/.bashrc
23
23
RUN apt-get --yes update && \
24
24
apt-get --yes upgrade && \
25
25
apt-get --yes install gfortran g++ make cmake less python3 python3-pip python-dev && \
26
- apt-get --yes install build-essential doxygen cloc rsync cpio libquadmath0 && \
26
+ apt-get --yes install git build-essential doxygen cloc rsync cpio libquadmath0 && \
27
27
pip3 install --upgrade pip && \
28
28
pip3 install pytest pytest-xdist pypact
29
29
Original file line number Diff line number Diff line change 1
1
# Linux Mint Docker Container for FISPACT-II
2
2
3
+ [ ![ ] ( https://images.microbadger.com/badges/image/fispact/linuxmint.svg )] ( https://microbadger.com/images/fispact/linuxmint ) [ ![ ] ( https://images.microbadger.com/badges/version/fispact/linuxmint.svg )] ( https://microbadger.com/images/fispact/linuxmint ) [ ![ ] ( https://images.microbadger.com/badges/commit/fispact/linuxmint.svg )] ( https://microbadger.com/images/fispact/linuxmint ) [ ![ ] ( https://images.microbadger.com/badges/license/fispact/linuxmint.svg )] ( https://microbadger.com/images/fispact/linuxmint )
4
+
3
5
Automated build of Linux Mint images with the required dependencies for [ FISPACT-II] ( http://fispact.ukaea.uk ) .
4
6
5
7
Available on the Docker Hub as [ fispact/linuxmint] ( https://hub.docker.com/r/fispact/linuxmint/ ) .
You can’t perform that action at this time.
0 commit comments