File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 add-apt-repository -y ppa:opencpu/opencpu-2.2 && \
88 apt-get upgrade -y && \
99 apt-get install -y opencpu-server postfix libsasl2-modules &&\
10- wget --quiet https://download2.rstudio.org/server/jammy/amd64/rstudio-server-2024.12.0-467 -amd64.deb &&\
11- apt install --reinstall -y -o=Dpkg::Use-Pty=0 -o=Apt::Cmd::Disable-Script-Warning=1 ./rstudio-server-2024.12.0-467 -amd64.deb &&\
12- rm rstudio-server-2024.12.0-467 -amd64.deb
10+ wget --quiet https://download2.rstudio.org/server/jammy/amd64/rstudio-server-2024.12.1-563 -amd64.deb &&\
11+ apt install --reinstall -y -o=Dpkg::Use-Pty=0 -o=Apt::Cmd::Disable-Script-Warning=1 ./rstudio-server-2024.12.1-563 -amd64.deb &&\
12+ rm rstudio-server-2024.12.1-563 -amd64.deb
1313
1414RUN \
1515 echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && \
Original file line number Diff line number Diff line change 11FROM debian:11
22
33ARG BRANCH=master
4- ARG RSTUDIO=2024.12.0-467
4+ ARG RSTUDIO=2024.12.1-563
55
66RUN \
77 apt-get update && \
Original file line number Diff line number Diff line change 11FROM debian:12
22
33ARG BRANCH=master
4- ARG RSTUDIO=2024.12.0-467
4+ ARG RSTUDIO=2024.12.1-563
55
66# On Debian-12, libapache2-mod-r-base and libapreq are only available in backports :(
77RUN sed 's|bookworm-updates|bookworm-updates bookworm-backports|' -i /etc/apt/sources.list.d/debian.sources
Original file line number Diff line number Diff line change 22FROM debian:testing
33
44ARG BRANCH=master
5- ARG RSTUDIO=2024.12.0-467
5+ ARG RSTUDIO=2024.12.1-563
66
77RUN \
88 apt-get update && \
Original file line number Diff line number Diff line change 11FROM fedora:latest
22
33ARG BRANCH=master
4- ARG RSTUDIO=2024.12.0-467
4+ ARG RSTUDIO=2024.12.1-563
55
66# Install.
77RUN \
Original file line number Diff line number Diff line change 11FROM rockylinux/rockylinux:8
22
33ARG BRANCH=master
4- ARG RSTUDIO=2024.12.0-467
4+ ARG RSTUDIO=2024.12.1-563
55
66# Enable EPEL
77RUN \
Original file line number Diff line number Diff line change 11FROM rockylinux/rockylinux:9
22
33ARG BRANCH=master
4- ARG RSTUDIO=2024.12.0-467
4+ ARG RSTUDIO=2024.12.1-563
55
66# Enable EPEL
77RUN \
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ FROM opencpu/base
55RUN \
66 apt-get update && \
77 apt-get install -y r-base-dev sudo curl git libcurl4-openssl-dev libssl-dev libxml2-dev libssh2-1-dev &&\
8- curl -OLSs https://download2.rstudio.org/server/jammy/amd64/rstudio-server-2024.12.0-467 -amd64.deb &&\
9- apt install --reinstall -y -o=Dpkg::Use-Pty=0 -o=Apt::Cmd::Disable-Script-Warning=1 ./rstudio-server-2024.12.0-467 -amd64.deb && \
10- rm rstudio-server-2024.12.0-467 -amd64.deb
8+ curl -OLSs https://download2.rstudio.org/server/jammy/amd64/rstudio-server-2024.12.1-563 -amd64.deb &&\
9+ apt install --reinstall -y -o=Dpkg::Use-Pty=0 -o=Apt::Cmd::Disable-Script-Warning=1 ./rstudio-server-2024.12.1-563 -amd64.deb && \
10+ rm rstudio-server-2024.12.1-563 -amd64.deb
1111
1212# Workaround for rstudio apparmor bug
1313RUN mkdir -p /etc/rstudio && \
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22ARG BRANCH=master
3- ARG RSTUDIO=2024.12.0-467
3+ ARG RSTUDIO=2024.12.1-563
44
55# Build image
66FROM ubuntu:20.04 AS builder
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22ARG BRANCH=master
3- ARG RSTUDIO=2024.12.0-467
3+ ARG RSTUDIO=2024.12.1-563
44
55# Build image
66FROM ubuntu:22.04 AS builder
You can’t perform that action at this time.
0 commit comments