Skip to content

Commit

Permalink
MNT: Remove unused packages from docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Mar 30, 2022
1 parent ebeecde commit 14b876e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions .neurodocker.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
[
"install",
[
"graphviz",
"wget",
"git",
"git-annex-standalone",
"git-annex-remote-rclone"
"graphviz"
]
],
[
Expand Down
12 changes: 2 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by: Neurodocker version 0.7.0+0.gdc97516.dirty
# Latest release: Neurodocker version 0.8.0
# Timestamp: 2022/03/14 18:17:23 UTC
# Timestamp: 2022/03/15 13:19:05 UTC
#
# Thank you for using Neurodocker. If you discover any issues
# or ways to improve this software, please submit an issue or
Expand Down Expand Up @@ -51,10 +51,6 @@ ENV MKL_NUM_THREADS="1" \
RUN apt-get update -qq \
&& apt-get install -y -q --no-install-recommends \
graphviz \
wget \
git \
git-annex-standalone \
git-annex-remote-rclone \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -167,11 +163,7 @@ RUN echo '{ \
\n [ \
\n "install", \
\n [ \
\n "graphviz", \
\n "wget", \
\n "git", \
\n "git-annex-standalone", \
\n "git-annex-remote-rclone" \
\n "graphviz" \
\n ] \
\n ], \
\n [ \
Expand Down

0 comments on commit 14b876e

Please sign in to comment.