Skip to content

Commit

Permalink
debian/ubuntu: add libfontconfig-dev for svglite/systemfonts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 25, 2024
1 parent 75a0ae6 commit c7dc9f3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opencpu (2.2.11-jammy2) jammy; urgency=low
opencpu (2.2.11-jammy3) jammy; urgency=low

* Debian package with OpenCPU software. See www.opencpu.org

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: opencpu
Section: gnu-r
Priority: optional
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Build-Depends: r-base-core (>= 3.5.1), r-base-dev (>= 3.5.1), r-cran-codetools, r-cran-lattice, libicu-dev, libprotobuf-dev, protobuf-compiler, apache2-dev, libapparmor-dev, libcurl4-openssl-dev, libssl-dev, libxml2-dev, libssh2-1-dev, xvfb, xauth, xfonts-base, debhelper (>> 4.1.0), pkg-config, cmake
Build-Depends: r-base-core (>= 3.5.1), r-base-dev (>= 3.5.1), r-cran-codetools, r-cran-lattice, libicu-dev, libprotobuf-dev, protobuf-compiler, apache2-dev, libapparmor-dev, libcurl4-openssl-dev, libfontconfig-dev, libssl-dev, libxml2-dev, libssh2-1-dev, xvfb, xauth, xfonts-base, debhelper (>> 4.1.0), pkg-config, cmake
Standards-Version: 3.9.4

Package: opencpu-server
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG RSTUDIO=2023.12.0-369
RUN \
apt-get update && \
apt-get -y dist-upgrade && \
apt-get install -y wget make devscripts apache2-dev apache2 libapreq2-dev r-base r-base-dev libapparmor-dev libcurl4-openssl-dev libprotobuf-dev protobuf-compiler libcairo2-dev xvfb xauth xfonts-base curl libssl-dev libxml2-dev libicu-dev pkg-config libssh2-1-dev locales apt-utils cmake && \
apt-get install -y wget make devscripts apache2-dev apache2 libapreq2-dev r-base r-base-dev libapparmor-dev libfontconfig-dev libcurl4-openssl-dev libprotobuf-dev protobuf-compiler libcairo2-dev xvfb xauth xfonts-base curl libssl-dev libxml2-dev libicu-dev pkg-config libssh2-1-dev locales apt-utils cmake && \
useradd -ms /bin/bash builder

# Note: this is different from Ubuntu (c.f. 'language-pack-en-base')
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN sed 's|bookworm-updates|bookworm-updates bookworm-backports|' -i /etc/apt/so
RUN \
apt-get update && \
apt-get -y dist-upgrade && \
apt-get install -y wget make devscripts apache2-dev apache2 libapreq2-dev r-base r-base-dev libapparmor-dev libcurl4-openssl-dev libprotobuf-dev protobuf-compiler libcairo2-dev xvfb xauth xfonts-base curl libssl-dev libxml2-dev libicu-dev pkg-config libssh2-1-dev locales apt-utils cmake && \
apt-get install -y wget make devscripts apache2-dev apache2 libapreq2-dev r-base r-base-dev libapparmor-dev libfontconfig-dev libcurl4-openssl-dev libprotobuf-dev protobuf-compiler libcairo2-dev xvfb xauth xfonts-base curl libssl-dev libxml2-dev libicu-dev pkg-config libssh2-1-dev locales apt-utils cmake && \
useradd -ms /bin/bash builder

# Note: this is different from Ubuntu (c.f. 'language-pack-en-base')
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN \
# apt-get install -y software-properties-common && \
# add-apt-repository -y ppa:opencpu/opencpu-2.2 && \
apt-get update && \
apt-get install -y wget make devscripts apache2-dev apache2 libapreq2-dev r-base r-base-dev libapparmor-dev libcurl4-openssl-dev libprotobuf-dev protobuf-compiler libcairo2-dev xvfb xauth xfonts-base curl libssl-dev libxml2-dev libicu-dev pkg-config libssh2-1-dev locales apt-utils cmake && \
apt-get install -y wget make devscripts apache2-dev apache2 libapreq2-dev r-base r-base-dev libapparmor-dev libcurl4-openssl-dev libprotobuf-dev protobuf-compiler libcairo2-dev libfontconfig-dev xvfb xauth xfonts-base curl libssl-dev libxml2-dev libicu-dev pkg-config libssh2-1-dev locales apt-utils cmake && \
useradd -ms /bin/bash builder

# Different from debian
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN \
# apt-get install -y software-properties-common && \
# add-apt-repository -y ppa:opencpu/opencpu-2.2 && \
apt-get update && \
apt-get install -y wget make devscripts apache2-dev apache2 libapreq2-dev r-base r-base-dev libapparmor-dev libcurl4-openssl-dev libprotobuf-dev protobuf-compiler libcairo2-dev xvfb xauth xfonts-base curl libssl-dev libxml2-dev libicu-dev pkg-config libssh2-1-dev locales apt-utils cmake && \
apt-get install -y wget make devscripts apache2-dev apache2 libapreq2-dev r-base r-base-dev libapparmor-dev libcurl4-openssl-dev libprotobuf-dev protobuf-compiler libcairo2-dev libfontconfig-dev xvfb xauth xfonts-base curl libssl-dev libxml2-dev libicu-dev pkg-config libssh2-1-dev locales apt-utils cmake && \
useradd -ms /bin/bash builder

# Different from debian
Expand Down
2 changes: 1 addition & 1 deletion rpm/opencpu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Name: opencpu
Version: 2.2.11
Release: 2
Release: 3
Source: opencpu-server-%{branch}.tar.gz
License: Apache2
Summary: The OpenCPU system for embedded scientific computing and reproducible research.
Expand Down

0 comments on commit c7dc9f3

Please sign in to comment.