typo *sigh* #20
Annotations
1 error
Build and push Backend
buildx failed with: ERROR: failed to solve: process "/bin/sh -c useradd --system -m -d /app -U -u 500 plone && apt-get update && apt-get -y upgrade && buildDeps=\"make busybox ca-certificates curl git gosu libmagic1 wget\" && apt-get install -y --no-install-recommends $buildDeps && busybox --install -s && pip install uv && uv venv /venv && psycopg2RuntimeDeps=\"libpq\" && psycopg2BuildDeps=\"build-essential libpq-dev\" && apt-get install -y --no-install-recommends $psycopg2RuntimeDeps $psycopg2BuildDeps && uv pip install -p /venv/bin/python psycopg2 && apt-get remove -y $psycopg2BuildDeps && apt-get autoremove -y && mkdir /instance && chown -R plone:plone /venv /instance && apt-get -y clean && pip cache purge" did not complete successfully: exit code: 100
|
Loading