fix: Install some more stuff
This commit is contained in:
parent
27d2038b33
commit
2bba56e811
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user