Skip to content

Commit

Permalink
Merge pull request #51 from 0x174/develop
Browse files Browse the repository at this point in the history
Updates to Makefile to fix matplotlib failure and non-interactive installation
  • Loading branch information
0x174 authored Aug 14, 2020
2 parents 0e38571 + dd6d276 commit 1164404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ EXPOSE 8080:8080
# Install dependencies
RUN apt-get update
RUN apt-get install -y tzdata
RUN apt-get install -y git gcc-multilib openjdk-8-jdk openjdk-8-jre-headless maven \
gnuplot ghostscript graphviz imagemagick python-matplotlib
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y git gcc-multilib openjdk-8-jdk openjdk-8-jre-headless maven \
gnuplot ghostscript graphviz imagemagick python3-matplotlib


# Copy the local (outside Docker) source into the working directory,
Expand Down

0 comments on commit 1164404

Please sign in to comment.