Skip to content

Commit

Permalink
cherry pick a2a23c9
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 authored and payetvin committed Feb 16, 2024
1 parent 09933a3 commit fb24345
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install libraries
run: |
dnf install -y epel-release git cmake wget rpm-build
dnf install -y epel-release git cmake wget rpm-build redhat-lsb-core
dnf install -y unzip libuuid-devel boost-test boost-devel gcc-toolset-9-toolchain zlib-devel
- name: Checkout
Expand Down
13 changes: 13 additions & 0 deletions docker/oraclelinux
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM oraclelinux:8

# update repo
RUN dnf update -y && \
dnf install redhat-lsb-core

# install python & modules
RUN dnf install -y python3 python3-pip && \
pip3 install --user pandas numpy pytest

# Install build tools
RUN dnf install -y epel-release git cmake wget rpm-build && \
dnf install -y unzip libuuid-devel boost-test boost-devel gcc-toolset-9-toolchain

0 comments on commit fb24345

Please sign in to comment.