debug dependancies
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2024-10-30 13:20:51 +01:00
parent 5571ea7ae9
commit 75319b2140

View File

@@ -11,11 +11,12 @@ jobs:
if: github.actor != 'github-actions[bot]'
runs-on: self-hosted
container:
image: ubuntu:latest
image: ubuntu:rolling
steps:
- name: Set up and Install Dependencies
- name: Set up and Install Dependencies
run: |
apt update && apt install gcc
#apk update && apk add --no-cache mariadb-connector-c-dev gcc g++ libxslt-dev musl-dev nodejs npm git docker libffi-dev libffi curl libxml2-dev libxslt-dev py3-lxml mariadb python3-dev
apt update && apt install -y gcc
- name: Check out repository code