Skip to content

Commit

Permalink
Add python3 dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@gmail.com>
  • Loading branch information
seldridge committed Feb 23, 2018
1 parent 63c57eb commit a009542
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ RUN apt-get update -qq && apt-get upgrade -qq && \
apt-get install -y autoconf && \
apt-get install -y poppler-utils && \
apt-get install -y procps && \
apt-get install -y python3.6 && \
apt-get install -y python3-matplotlib && \
apt-get install -y python3-numpy && \
apt-get install -y python3-scipy && \
rm -rf /var/lib/apt/lists/*

# install Ruby's bundler
Expand Down

0 comments on commit a009542

Please sign in to comment.