Skip to content

Commit 610af0e

Browse files
committed
Remove APT version pins
1 parent 0b65585 commit 610af0e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docker/base.Dockerfile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,21 @@ RUN curl -sSL http://neuro.debian.net/lists/xenial.us-ca.full >> /etc/apt/source
7474
# Installing general Debian utilities and Neurodebian packages (FSL, AFNI, git)
7575
RUN apt-get update && \
7676
apt-get install -y --no-install-recommends \
77-
fsl-core=5.0.9-1~nd+1+nd16.04+1 \
78-
fsl-mni152-templates=5.0.7-2 \
79-
afni=16.2.07~dfsg.1-5~nd16.04+1 \
77+
fsl-core \
78+
fsl-mni152-templates \
79+
afni \
8080
bzip2 \
81-
ca-certificates \
8281
xvfb \
83-
git=1:2.7.4-0ubuntu1 \
84-
graphviz=2.38.0-12ubuntu2 \
82+
git \
83+
graphviz \
8584
unzip \
8685
apt-utils \
8786
fusefat \
8887
make \
8988
file \
9089
# Added g++ to compile dipy in py3.6
91-
g++=4:5.3.1-1ubuntu1 \
92-
ruby=1:2.3.0+1 && \
90+
g++ \
91+
ruby && \
9392
apt-get clean && \
9493
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
9594

0 commit comments

Comments
 (0)