Skip to content

Commit

Permalink
Remove RHEL activation logic to install libdb-cxx-devel
Browse files Browse the repository at this point in the history
The library is now available from the UBI9 repositories -
see https://issues.redhat.com/browse/RHEL-3834
  • Loading branch information
sbesson committed Nov 29, 2023
1 parent 463635b commit 4a2d8af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
context: .
tags: builder
load: true
secrets: |
redhat_org=${{ secrets.REDHAT_ORG }}
- name: Run
run: |
patch -p1 -d ice < 0001-OpenSSL-3.0-build-See-zeroc-ice-ice-1320.patch
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ FROM redhat/ubi9

ENV SMDEV_CONTAINER_OFF=1

RUN --mount=type=secret,id=redhat_org subscription-manager register --org $(cat /run/secrets/redhat_org) --activationkey Ice
RUN subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms

RUN dnf update -y

RUN dnf install -y \
Expand All @@ -22,5 +19,3 @@ RUN dnf install -y \
# Install mcpp
RUN dnf install -y https://zeroc.com/download/ice/3.7/el8/ice-repo-3.7.el8.noarch.rpm && \
dnf install -y mcpp-devel

RUN subscription-manager unregister

0 comments on commit 4a2d8af

Please sign in to comment.