Skip to content

Docker

Docker #55

Manually triggered July 31, 2023 09:36
Status Failure
Total duration 14m 18s
Artifacts

docker-publish.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: executor failed running [/bin/sh -c yum groupinstall "Development Tools" -y && mkdir /tmp/python && cd /tmp/python && wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz && tar -xzf Python-*.tgz && rm -f Python-*.tgz && cd Python-* && sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure && ./configure --enable-optimizations --enable-shared --with-lto && make altinstall && echo /usr/local/lib > /etc/ld.so.conf.d/local.conf && ldconfig && cd / && rm -rf /tmp/pyton]: exit code: 2