Skip to content

Commit

Permalink
chore: remove disable repo command
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Mar 12, 2024
1 parent 954991a commit aa28171
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 --disablerepo=ganesha && \
yum update -y && \
cv="$(rpm -q --queryformat '%{version}-%{release}' ceph-common)" && \
yum install -y \
git wget curl make \
Expand Down

0 comments on commit aa28171

Please sign in to comment.