File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 description="A microservice for tracking container repositories, and publishing a message when they change." \
99 usage="https://github.com/release-engineering/repotracker"
1010
11- ARG DNF_CMD="dnf -y --repo=fedora,updates,updates-testing --setopt=deltarpm=False --setopt=install_weak_deps=False --setopt=tsflags=nodocs"
11+ ARG DNF_CMD="dnf -y --repo=fedora,updates --setopt=deltarpm=False --setopt=install_weak_deps=False --setopt=tsflags=nodocs"
1212ARG PIP_CMD="python3 -m pip install -v --no-build-isolation --no-cache-dir --prefix=/usr --compile"
1313
1414ARG RHMSG_REPO="https://gitlab.cee.redhat.com/exd-guild-messaging/rhmsg.git"
@@ -29,8 +29,7 @@ ADD https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem \
2929 /etc/pki/ca-trust/source/anchors/
3030RUN update-ca-trust
3131
32- RUN $DNF_CMD update && \
33- $DNF_CMD install python3-pip \
32+ RUN $DNF_CMD install python3-pip \
3433 python3-qpid-proton git-core skopeo && \
3534 $DNF_CMD clean all
3635RUN $PIP_CMD --upgrade setuptools setuptools_scm wheel
You can’t perform that action at this time.
0 commit comments