Skip to content

Commit

Permalink
Adding package fixes for libgnutls deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pondix committed May 1, 2020
1 parent 504da77 commit 971c15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/images/proxysql/deb-compliant/ctl/proxysql.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Package: proxysql
Version: PKG_VERSION_CURVER
Maintainer: ProxySQL LLC <[email protected]>
Architecture: amd64
Depends: libgnutls28
Depends: libgnutls28 | libgnutls-deb0-28 | libgnutls30
# Changelog: CHANGELOG.md
# Readme: README.md
Files: proxysql /usr/bin/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Package: proxysql
Version: PKG_VERSION_CURVER
Maintainer: ProxySQL LLC <[email protected]>
Architecture: amd64
Depends: libgnutls28
Depends: libgnutls28 | libgnutls30 | libgnutls-deb0-28
# Changelog: CHANGELOG.md
# Readme: README.md
Files: proxysql /usr/bin/
Expand Down

0 comments on commit 971c15e

Please sign in to comment.