mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-06 19:37:29 +01:00
Install curl first
This commit is contained in:
parent
e0bd7fdb39
commit
8f817f671f
@ -25,10 +25,6 @@ add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://down
|
|||||||
add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main'
|
add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main'
|
||||||
add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main'
|
add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main'
|
||||||
|
|
||||||
# odbc
|
|
||||||
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
|
|
||||||
curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list
|
|
||||||
|
|
||||||
GHCVER=8.4.1
|
GHCVER=8.4.1
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
@ -157,6 +153,10 @@ apt-get install -y \
|
|||||||
zip \
|
zip \
|
||||||
zlib1g-dev
|
zlib1g-dev
|
||||||
|
|
||||||
|
# odbc
|
||||||
|
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
|
||||||
|
curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list
|
||||||
|
apt-get update
|
||||||
ACCEPT_EULA=Y apt-get install msodbcsql17 -y
|
ACCEPT_EULA=Y apt-get install msodbcsql17 -y
|
||||||
|
|
||||||
locale-gen en_US.UTF-8
|
locale-gen en_US.UTF-8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user