We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8675711 commit b219b8fCopy full SHA for b219b8f
Dockerfile
@@ -43,8 +43,7 @@ RUN apt-key add /root/.neurodebian.gpg && \
43
apt-get update && \
44
apt-get install -y --no-install-recommends curl bzip2 ca-certificates xvfb && \
45
curl -sSL http://neuro.debian.net/lists/xenial.us-ca.full >> /etc/apt/sources.list.d/neurodebian.sources.list && \
46
-# Enable if really necessary
47
-# apt-key adv --recv-keys --keyserver hkp://ha.pool.sks-keyservers.net 0xA5D32F012649A5A9 || true; \
+ apt-key adv --refresh-keys --keyserver hkp://ha.pool.sks-keyservers.net 0xA5D32F012649A5A9 || true; \
48
apt-get update
49
50
# Installing freesurfer
0 commit comments