Skip to content

Commit

Permalink
feat: install build tools in Docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ndonathan committed Dec 19, 2024
1 parent 4f29c2f commit a8467d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: install build tools
run: apt-get install build-essential

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit a8467d1

Please sign in to comment.