Skip to content

Commit

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

0 comments on commit 6f2a032

Please sign in to comment.