Skip to content

Commit

Permalink
Remove custom yum repo in favor for centos-release-scl-rh
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored and rvagg committed Jun 16, 2023
1 parent 8c6da2a commit 4ac156a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions recipes/x64-glibc-217/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ ARG UID=1000
RUN groupadd --gid $GID node \
&& adduser --gid $GID --uid $UID node

COPY cloudlinux.repo /etc/yum.repos.d/cloudlinux.repo

RUN yum install -y epel-release \
&& yum install -y centos-release-scl-rh \
&& yum upgrade -y \
&& yum install -y \
git \
Expand Down
4 changes: 0 additions & 4 deletions recipes/x64-glibc-217/cloudlinux.repo

This file was deleted.

0 comments on commit 4ac156a

Please sign in to comment.