Changing rhel

This commit is contained in:
AxyFr 2022-11-17 17:25:09 +01:00
parent bf19cfe3db
commit d30adf6709
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ENV OS=rhel
ENV NGINX_VERSION 1.20.2
# RHEL subscription
RUN subscription-manager register --username=bunkerfrsq --password=aTtWafOi2V3TvdnPmHCw --auto-attach
RUN subscription-manager register --username=username --password=password --auto-attach
# Install fpm
RUN dnf install -y ruby ruby-devel make gcc redhat-rpm-config rpm-build wget && \