Skip to content

Commit

Permalink
install libgit2 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-jnk authored May 27, 2024
1 parent 9f6321d commit 2f419b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN apt update && \
apt-get install -y iputils-ping && \
# libaio required by oracle 64-bit client
apt-get install -y libaio1 libaio-dev && \
# Install libgit2
apt-get install -y libgit2-dev && \
# STAT-569 - rJava issue onprem
apt-get -y install libbz2-dev && \
# Adding fonts required for tidyverse and other R dependencies
Expand Down

0 comments on commit 2f419b4

Please sign in to comment.