Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: Remove unused packages from docker image #353

Merged
merged 1 commit into from Apr 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions .neurodocker.json
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
@@ -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