Skip to content

Commit

Permalink
Revert "chore: remove disable repo command"
Browse files Browse the repository at this point in the history
This reverts commit aa28171.
  • Loading branch information
1995parham committed Mar 12, 2024
1 parent aa28171 commit aaf917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV GO_CEPH_VERSION=${GO_CEPH_VERSION:-$CEPH_VERSION}
RUN true && \
echo "Check: [ ${CEPH_VERSION} = ${GO_CEPH_VERSION} ]" && \
[ "${CEPH_VERSION}" = "${GO_CEPH_VERSION}" ] && \
yum update -y && \
yum update -y --disablerepo=ganesha && \
cv="$(rpm -q --queryformat '%{version}-%{release}' ceph-common)" && \
yum install -y \
git wget curl make \
Expand Down

0 comments on commit aaf917c

Please sign in to comment.