Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
add libsasl2-dev for mongodb (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haodong authored and cboettig committed May 10, 2019
1 parent 453dd56 commit fc33ac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tidyverse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
libpq-dev \
libssh2-1-dev \
unixodbc-dev \
libsasl2-dev \
&& install2.r --error \
--deps TRUE \
tidyverse \
Expand Down

0 comments on commit fc33ac7

Please sign in to comment.