Skip to content

Commit

Permalink
clean up checks
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 10, 2024
1 parent 76f8acd commit 3ad97d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
build:
context: .
args:
- IMAGE=fedora:39
- IMAGE=fedora:36
dockerfile: tools/docker/fedora.dockerfile
volumes:
- .:/s2
Expand Down
1 change: 0 additions & 1 deletion tools/docker/debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ARG IMAGE=debian:testing

FROM ${IMAGE}

ENV TZ=UTC
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
r-base cmake libcurl4-openssl-dev libssl-dev

Expand Down
5 changes: 1 addition & 4 deletions tools/docker/fedora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ ARG IMAGE=fedora:latest

FROM ${IMAGE}

RUN dnf install -y R cmake openssl-devel

# Only available on Fedora 39+
RUN dnf install -y abseil-cpp-devel || true
RUN dnf install -y R cmake abseil-cpp-devel openssl-devel

# Make sure we can use all cores to install things
RUN mkdir ~/.R && echo "MAKEFLAGS = -j$(nproc)" > ~/.R/Makevars
Expand Down

0 comments on commit 3ad97d9

Please sign in to comment.