Skip to content

Commit

Permalink
try adding build essential (#2526)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuo-danswer authored Sep 20, 2024
1 parent 122e3fa commit 6d859bd
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Install build-essential
run: |
sudo apt-get update
sudo apt-get install -y build-essential
- name: Backend Image Docker Build and Push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 6d859bd

Please sign in to comment.