We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57fd20 commit 8a9fb5dCopy full SHA for 8a9fb5d
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ ARG DEBIAN_FRONTEND="noninteractive"
4
5
RUN apt-get update -qq && \
6
apt-get install -y -qq --no-install-recommends \
7
- git curl ca-certificates && \
+ git && \
8
rm -rf /var/lib/apt/lists/*
9
10
RUN mkdir -p /home/neuro/bidsMReye/models
0 commit comments