ci/cd - update ruby version for CentOS builder

This commit is contained in:
bunkerity 2022-08-25 11:18:52 +02:00
parent 6afdb298fa
commit 2a04a56428
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ ENV NGINX_VERSION 1.20.2
# Install fpm
RUN dnf install -y epel-release && \
dnf install -y ruby ruby-devel make gcc redhat-rpm-config rpm-build && \
dnf module -y reset ruby && dnf module -y enable ruby:2.6 && dnf module -y install ruby:2.6/common && \
gem install fpm
# Copy dependencies sources folder