Browse Source
Merge pull request #580 from doccano/fix-curl3-version
Fix libcurl3 version
pull/582/head
Hiroki Nakayama
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tools/install-mssql.sh
|
|
@ -13,7 +13,7 @@ set -eo pipefail |
|
|
|
# install build dependencies |
|
|
|
apt-get update |
|
|
|
apt-get install --no-install-recommends -y \ |
|
|
|
curl=7.52.1-5+deb9u9 \ |
|
|
|
curl=7.52.1-5+deb9u10 \ |
|
|
|
gnupg=2.1.18-8~deb9u4 \ |
|
|
|
apt-transport-https=1.4.9 |
|
|
|
|
|
|
|