Skip to content

Commit

Permalink
Fixing docker to run the tests (Materials-Consortia#383)
Browse files Browse the repository at this point in the history
* add missing dependencies

* fixing trailing whitespace

Co-authored-by: Adam Fekete <adam.fekete@unamur.be>
Co-authored-by: Matthew Evans <7916000+ml-evs@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 22, 2021
1 parent aaafe44 commit 6d35c8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RUN apt-get update \
make \
default-jdk \
subversion \
curl \
jq \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
Expand Down

0 comments on commit 6d35c8c

Please sign in to comment.