mirror of
https://github.com/quay/quay.git
synced 2026-01-27 18:42:52 +03:00
[redhat-3.14] ci: Oci fix (PROJQUAY-0000) (#4027)
* add CRB for oci CI test * add flag instead of command --------- Co-authored-by: Marcus Kok <mkok@redhat.com>
This commit is contained in:
committed by
GitHub
parent
1d33261422
commit
db8a7f4027
@@ -41,8 +41,12 @@ RUN set -ex\
|
||||
# Build-python installs the requirements for the python code.
|
||||
FROM base AS build-python
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
# Enable CodeReady Builder for access to -devel packages.
|
||||
|
||||
RUN set -ex\
|
||||
; microdnf -y --setopt=tsflags=nodocs install \
|
||||
; microdnf -y \
|
||||
--setopt=tsflags=nodocs install \
|
||||
--enablerepo=ubi-8-codeready-builder-rpms \
|
||||
gcc-c++ \
|
||||
git \
|
||||
openldap-devel \
|
||||
|
||||
Reference in New Issue
Block a user