diff --git a/.gitea/workflows/docker_builder_latest.yaml b/.gitea/workflows/docker_builder_latest.yaml index 4cd345e..3f382ea 100644 --- a/.gitea/workflows/docker_builder_latest.yaml +++ b/.gitea/workflows/docker_builder_latest.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Set up and Install Dependencies run: | - apk update && apk add --no-cache mariadb-connector-c-dev gcc musl-dev nodejs npm git docker libffi-dev libffi curl libxml2-dev libxslt-dev + apk update && apk add --no-cache mariadb-connector-c-dev gcc musl-dev nodejs npm git docker libffi-dev libffi curl libxml2-dev libxslt-dev py3-lxml - name: Check out repository code uses: actions/checkout@v4