Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Nov 19, 2023
1 parent 3c2edb7 commit d7bda97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ ENV DEBIAN_FRONTEND="noninteractive" \

# Some baseline tools
# bc is needed for FreeSurfer
# libglu1-mesa-dev is needed for Connectome Workbench
# libglu1-mesa is needed for Connectome Workbench
RUN apt-get update && \
apt-get install -y --no-install-recommends \
bc \
ca-certificates \
curl \
git \
gnupg \
libglu1-mesa-dev \
libglu1-mesa \
lsb-release \
netbase \
xvfb && \
Expand Down

0 comments on commit d7bda97

Please sign in to comment.