Skip to content

Commit

Permalink
Merge pull request #51 from RMI-PACTA/hotfix/docker-build
Browse files Browse the repository at this point in the history
Enable R check for sysdeps
  • Loading branch information
AlexAxthelm authored Dec 13, 2024
2 parents 7e154bc + ba0a29d commit 6b09542
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
docker:
name: Docker actions
uses: RMI-PACTA/actions/.github/workflows/docker.yml@main
with:
do-check-r-sysdeps: false

test:
name: Test
Expand Down
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ RUN apt-get update \
&& DEBIAN_FRONTEND="noninteractive" \
apt-get install -y --no-install-recommends \
git=1:2.34.* \
libcurl4-openssl-dev=7.81.* \
libgit2-dev=1.1.* \
libicu-dev=70.* \
libnode-dev=12.22.* \
libssl-dev=3.0.* \
&& chmod -R a+rwX /root \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 6b09542

Please sign in to comment.