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

Commit fc33ac7

Browse files
Haodongcboettig
authored andcommitted
add libsasl2-dev for mongodb (#140)
1 parent 453dd56 commit fc33ac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tidyverse/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
99
libpq-dev \
1010
libssh2-1-dev \
1111
unixodbc-dev \
12+
libsasl2-dev \
1213
&& install2.r --error \
1314
--deps TRUE \
1415
tidyverse \

0 commit comments

Comments
 (0)