Skip to content

Commit 9633be6

Browse files
authored
feat(CLOUDDST-25758): added python3-qpid-proton to enable SSL support (#402)
Pypi version of python3-qpid-proton doesn't provide SSL support for proton. Therefore rpm has to be installed instead Signed-off-by: Jindrich Luza <jluza@redhat.com>
1 parent 10bd7e4 commit 9633be6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ RUN curl -L https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_
1919
curl -L https://github.com/anchore/syft/releases/download/v${SYFT_VERSION}/syft_${SYFT_VERSION}_linux_amd64.tar.gz | tar -C /usr/bin/ -xzf - syft &&\
2020
chmod +x /usr/bin/{yq,kubectl,opm,glab,gh}
2121

22+
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
23+
2224
COPY --from=oras /usr/bin/oras /usr/bin/oras
2325
COPY --from=oras /usr/local/bin/select-oci-auth /usr/local/bin/select-oci-auth
2426
COPY --from=oras /usr/local/bin/get-reference-base /usr/local/bin/get-reference-base
@@ -38,6 +40,7 @@ RUN dnf -y --setopt=tsflags=nodocs install \
3840
krb5-workstation \
3941
rsync \
4042
gcc \
43+
python3-qpid-proton \
4144
&& dnf clean all
4245

4346
RUN curl -LO https://github.com/release-engineering/exodus-rsync/releases/latest/download/exodus-rsync && \

0 commit comments

Comments
 (0)