-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed docker dependencies and build configuration
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
FROM r-base:4.4.4 | ||
FROM r-base:4.4.0 | ||
LABEL maintainer="[email protected]" | ||
|
||
# install Retip build dependencies | ||
RUN apt-get update && \ | ||
apt-get install -yqq --no-install-recommends curl wget git && \ | ||
apt-get install -yqq --no-install-recommends build-essential cmake libcurl4-gnutls-dev libxml2-dev libssl-dev libgit2-dev && \ | ||
apt-get install -yqq --no-install-recommends libfontconfig1-dev libcairo2-dev pandoc && \ | ||
apt-get install -yqq --no-install-recommends libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev && \ | ||
apt-get -yqq install openjdk-11-jdk && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters