fix: Install some more stuff

This commit is contained in:
Nathan Woodburn 2025-02-14 13:21:19 +11:00
parent 27d2038b33
commit 2bba56e811
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -16,6 +16,9 @@ jobs:
apt-get update
apt-get install curl -y
curl -fsSL https://get.docker.com | sh
- name: Install building tools
run: |
apt-get install build-essential python3 python3-pip -y
- name: Build and push image
uses: elgohr/Publish-Docker-Github-Action@v5