We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2d010 commit 6e10ef5Copy full SHA for 6e10ef5
1 file changed
Dockerfile
@@ -34,6 +34,9 @@ RUN echo "**** install Python 3.12 ****" && \
34
35
36
RUN echo "**** install R ${R_VERSION} ****" && \
37
+ apt-get install -y \
38
+ libcurl4-openssl-dev \
39
+ libxml2-dev && \
40
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 && \
41
apt-get -y install /tmp/r-${R_VERSION}_1_$(dpkg --print-architecture).deb
42
0 commit comments