Skip to content

Commit 1bde105

Browse files
committed
Update graphviz installation
1 parent 4e7b8b9 commit 1bde105

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ RUN conda install -y mkl=2018.0.3 mkl-service; sync &&\
114114
pandas=0.23.0 \
115115
libxml2=2.9.4 \
116116
libxslt=1.1.29 \
117+
graphviz=2.40.1 \
117118
traits=4.6.0; sync && \
118119
chmod -R a+rX /usr/local/miniconda; sync && \
119120
chmod +x /usr/local/miniconda/bin/*; sync && \
@@ -127,8 +128,7 @@ RUN python -c "from matplotlib import font_manager" && \
127128
# Installing Ubuntu packages and cleaning up
128129
RUN apt-get update && \
129130
apt-get install -y --no-install-recommends \
130-
git=1:2.7.4-0ubuntu1 \
131-
graphviz=2.38.0-12ubuntu2 && \
131+
git=1:2.7.4-0ubuntu1 && \
132132
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
133133

134134
# Install latest pandoc
@@ -183,4 +183,3 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
183183
org.label-schema.vcs-url="https://github.com/poldracklab/fmriprep" \
184184
org.label-schema.version=$VERSION \
185185
org.label-schema.schema-version="1.0"
186-

0 commit comments

Comments
 (0)