Skip to content

Commit 6e10ef5

Browse files
authored
[CIVIS-11548] Install civis-r dependencies (#9)
* civis-r dependencies * remove comment
1 parent ed2d010 commit 6e10ef5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ RUN echo "**** install Python 3.12 ****" && \
3434

3535

3636
RUN echo "**** install R ${R_VERSION} ****" && \
37+
apt-get install -y \
38+
libcurl4-openssl-dev \
39+
libxml2-dev && \
3740
curl -o /tmp/r-${R_VERSION}_1_$(dpkg --print-architecture).deb https://cdn.posit.co/r/ubuntu-2204/pkgs/r-${R_VERSION}_1_$(dpkg --print-architecture).deb && \
3841
apt-get -y install /tmp/r-${R_VERSION}_1_$(dpkg --print-architecture).deb
3942

0 commit comments

Comments
 (0)