Disable gpg check in fedora:rawhide image

The heat-container-agent is currently failing to build due to misconfigured
upstream fedora:rawhide image. We can revert this change later.

Change-Id: I66723ae4329985c84a4549e44a4a7624927b3045
Story: 2006381
Task: 36184
This commit is contained in:
Bharat Kunwar 2019-08-20 23:28:02 +00:00
parent 9e815f6af4
commit b99673f87c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ LABEL name="heat-container-agent" \
atomic.type="system" \ atomic.type="system" \
distribution-scope="public" distribution-scope="public"
RUN dnf -y --setopt=tsflags=nodocs install \ RUN dnf -y --setopt=tsflags=nodocs --nogpgcheck install \
bash \ bash \
findutils \ findutils \
gcc \ gcc \