Skip to content

Commit

Permalink
Fix Dockerfile (#4068)
Browse files Browse the repository at this point in the history
* Upgrade module streams for nodejs and Ruby in the Dockerfile

* add missing dependency (xz) for nokogiri gem
  • Loading branch information
wpoely86 authored Jan 13, 2025
1 parent 359e2aa commit 7f0b1f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN dnf -y install https://yum.osc.edu/ondemand/latest/ondemand-release-web-late
RUN dnf -y update && \
dnf install -y dnf-utils && \
dnf config-manager --set-enabled powertools && \
dnf -y module enable nodejs:18 ruby:3.1 && \
dnf -y module enable nodejs:20 ruby:3.3 && \
dnf install -y \
file \
lsof \
Expand All @@ -23,6 +23,7 @@ RUN dnf -y update && \
patch \
lua-posix \
rsync \
xz \
ondemand-gems \
ondemand-runtime \
ondemand-build \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN cp /etc/yum.repos.d/ondemand-web.repo /etc/yum.repos.d/ondemand-nightly-web.
RUN dnf -y update && \
dnf install -y dnf-utils && \
dnf config-manager --set-enabled powertools && \
dnf -y module enable nodejs:18 ruby:3.1 && \
dnf -y module enable nodejs:20 ruby:3.3 && \
dnf install -y epel-release && \
dnf install -y ondemand ondemand-dex && \
dnf install -y gcc gcc-c++ libyaml-devel nc && \
Expand Down

0 comments on commit 7f0b1f0

Please sign in to comment.