chore(deps): update python docker tag to v3.13.1 #32
Annotations
2 errors
|
PR Build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; apt-get update; apt-get upgrade -y; export BUILD_DEPS='libldap2-dev libsasl2-dev'; apt-get install -y --no-install-recommends mime-support libffi8 libpq5 libssl3 libldap-common libsasl2-2 ${BUILD_DEPS}; git clone --depth=1 --branch=${ETE_VERSION} \"${ETE_REPO}\" \"${BASE_DIR}\"; /usr/local/bin/python -m pip install --no-cache-dir --progress-bar off --upgrade pip; pip install --no-cache-dir --progress-bar off -r \"${BASE_DIR}/requirements.txt\" \"psycopg2-binary\" \"python-ldap\"; apt-get remove --purge -y ${BUILD_DEPS}; apt-get autoremove --purge -y; apt-get clean; rm -rf /var/lib/apt/lists/*; rm -r \"${BASE_DIR}/.git\"; chown -R \"${DEFAULT_UID}\":\"${DEFAULT_GID}\" \"${BASE_DIR}\"" did not complete successfully: exit code: 1
|
Loading