Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 7, 2023
1 parent 92a5799 commit 1c95ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
# get dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends \
datalad nodejs python3.9 python3.9-pip && \
datalad nodejs python3 python3-pip && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# get the validator
Expand Down

0 comments on commit 1c95ad9

Please sign in to comment.