File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ RUN conda install -y mkl=2018.0.3 mkl-service; sync &&\
114
114
pandas=0.23.0 \
115
115
libxml2=2.9.4 \
116
116
libxslt=1.1.29 \
117
+ graphviz=2.40.1 \
117
118
traits=4.6.0; sync && \
118
119
chmod -R a+rX /usr/local/miniconda; sync && \
119
120
chmod +x /usr/local/miniconda/bin/*; sync && \
@@ -127,8 +128,7 @@ RUN python -c "from matplotlib import font_manager" && \
127
128
# Installing Ubuntu packages and cleaning up
128
129
RUN apt-get update && \
129
130
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 && \
132
132
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
133
133
134
134
# Install latest pandoc
@@ -183,4 +183,3 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
183
183
org.label-schema.vcs-url="https://github.com/poldracklab/fmriprep" \
184
184
org.label-schema.version=$VERSION \
185
185
org.label-schema.schema-version="1.0"
186
-
You can’t perform that action at this time.
0 commit comments