Skip to content

Commit

Permalink
Add libmpfr6 to dockerfile dependencies (#2011)
Browse files Browse the repository at this point in the history
* Update applications.yml

* Update release.yml with current runtime requirements
  • Loading branch information
DevopsGoth authored Oct 22, 2024
1 parent 3b6b534 commit d4a89ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@ jobs:
libbz2-1.0 \
libgflags2.2 \
zstd \
libmpfr6 \
locales &&
rm -rf /var/lib/apt/lists/* &&
locale-gen en_US.UTF-8 &&
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,9 @@ jobs:
* ubuntu-22.04:
```sh
apt-get install ca-certificates libgmp10 libssl3 libsnappy1v5 zlib1g liblz4-1 libbz2-1.0 libgflags2.2 zstd
```
* ubuntu-20.04:
```sh
apt-get install ca-certificates libgmp10 libssl1.1 libsnappy1v5 zlib1g liblz4-1 libbz2-1.0 libgflags2.2 zstd
apt install ca-certificates libgmp10 libssl3 libsnappy1v5 zlib1g liblz4-1 libbz2-1.0 libgflags2.2 zstd libmpfr6 locales
```
' >> CHANGELOG.md
cat CHANGELOG.md
Expand Down

0 comments on commit d4a89ed

Please sign in to comment.