Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #674 from toslunar/lzma
Browse files Browse the repository at this point in the history
Install lzma
  • Loading branch information
kmaehashi authored Jul 6, 2021
2 parents acfcb21 + 67e17bc commit ae6835d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def get_scipy_choices():
RUN apt-get -y update && \\
apt-get -y upgrade && \\
apt-get -y install curl g++ gfortran git libhdf5-dev autoconf xz-utils pkg-config && \\
apt-get -y install libbz2-dev libreadline-dev libffi-dev libssl-dev libsqlite3-dev make cmake && \\
apt-get -y install libbz2-dev libreadline-dev libffi-dev libssl-dev libsqlite3-dev liblzma-dev make cmake && \\
apt-get clean
{gcc_install}
Expand Down

0 comments on commit ae6835d

Please sign in to comment.