Skip to content

Commit 681d69c

Browse files
committed
fix: liblzma install
1 parent 7b204df commit 681d69c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/generate_dockerfiles.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function generate_base_dockerfile() {
7272
--run 'echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tCjUxNzIKICpDdnVtdkVWM3pUZmcKRlM1Si8yYzFhZ2c0RQoiID4gL29wdC9mcmVlc3VyZmVyLTYuMC4wLW1pbi9saWNlbnNlLnR4dA==" | base64 -d | sh' \
7373
--install afni ants apt-utils bzip2 convert3d file fsl-core \
7474
fsl-mni152-templates fusefat g++ git graphviz make python ruby \
75-
unzip xvfb git-annex-standalone \
75+
unzip xvfb git-annex-standalone liblzma-dev \
7676
--add-to-entrypoint "source /etc/fsl/fsl.sh && source /etc/afni/afni.sh" \
7777
--env ANTSPATH='/usr/lib/ants' \
7878
PATH='/usr/lib/ants:$PATH' \
@@ -92,7 +92,7 @@ function generate_main_dockerfile() {
9292
--workdir /home/neuro \
9393
--miniconda create_env=neuro \
9494
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
95-
libxml2 libxslt liblzma-dev matplotlib mkl "numpy!=1.16.0" paramiko
95+
libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko
9696
pandas psutil scikit-learn scipy traits' \
9797
pip_install="pytest-xdist" \
9898
activate=true \

0 commit comments

Comments
 (0)