Skip to content

Commit

Permalink
added more dependencies for R tidyverse and other packages (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-jnk authored Mar 28, 2023
1 parent e1b49c9 commit b1de599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt update && \
# libaio required by oracle 64-bit client
apt-get install -y libaio1 libaio-dev && \
# Adding fonts required for tidyverse and other R dependencies
apt-get install -y libfontconfig1-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev && \
apt-get install -y libfontconfig1-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev libharfbuzz-dev libfribidi-dev && \
apt autoremove -y && \
apt-get -y clean all

Expand Down

0 comments on commit b1de599

Please sign in to comment.