Skip to content

Commit

Permalink
Remove libgsl27 install due to tidyclust issue
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Aug 12, 2024
1 parent 281bf83 commit b54f54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/r-dsci-100/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM quay.io/jupyter/r-notebook
USER root

# install vim and libgsl (for tidyclust)
RUN apt-get update && apt-get install -y vim libgsl27 libgsl-dev build-essential
RUN apt-get update && apt-get install -y vim libgsl-dev build-essential

USER ${NB_UID}

Expand Down

0 comments on commit b54f54e

Please sign in to comment.