Skip to content

Commit

Permalink
add another dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matyldv committed Aug 22, 2024
1 parent 898c89e commit cd28d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install system packages
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install libldap2-dev libsasl2-dev python3-dev build-essential
sudo apt-get -y --no-install-recommends install libldap2-dev libsasl2-dev python3-dev build-essential libssl-dev libffi-dev
env:
DEBIAN_FRONDEND: NONINTERACTIVE
- name: Publish docker snapshot
Expand Down

0 comments on commit cd28d23

Please sign in to comment.