debug
Some checks failed
Build and Push Docker Image / build (push) Failing after 17s

This commit is contained in:
2024-10-30 12:52:48 +01:00
parent 67d7460db5
commit 5571ea7ae9

View File

@@ -13,11 +13,7 @@ jobs:
container:
image: ubuntu:latest
steps:
- name: Set up and Install Dependencies
'''
run: |
apk update && apk add --no-cache mariadb-connector-c-dev gcc g++ libxslt-dev python-dev musl-dev nodejs npm git docker libffi-dev libffi curl libxml2-dev libxslt-dev py3-lxml
'''
- name: Set up and Install Dependencies
run: |
apt update && apt install gcc