debug dependancies
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m32s
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m32s
This commit is contained in:
@@ -11,12 +11,12 @@ jobs:
|
|||||||
if: github.actor != 'github-actions[bot]'
|
if: github.actor != 'github-actions[bot]'
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
container:
|
||||||
image: ubuntu:rolling
|
image: alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up and Install Dependencies
|
- name: Set up and Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
#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
|
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
|
#apt update && apt install -y gcc
|
||||||
|
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
Reference in New Issue
Block a user