From de6eb8f2467e3bff08a3bac00f985638dc6765cc Mon Sep 17 00:00:00 2001 From: Oleksii Shevchuk Date: Thu, 7 Nov 2019 23:27:58 +0200 Subject: [PATCH] client/linux: include pyodbc to build --- client/sources-linux/build-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/sources-linux/build-docker.sh b/client/sources-linux/build-docker.sh index 20386fb4..60b7a6bc 100755 --- a/client/sources-linux/build-docker.sh +++ b/client/sources-linux/build-docker.sh @@ -39,7 +39,7 @@ $PIP_INSTALL \ https://github.com/CoreSecurity/impacket/archive/master.zip \ https://github.com/warner/python-ed25519/archive/master.zip \ https://github.com/alxchk/urllib-auth/archive/master.zip \ - zeroconf==0.19.1 \ + zeroconf==0.19.1 pyodbc \ watchdog pulsectl pyalsaaudio pycryptodomex==3.7.0 --no-binary :all: if [ "$TOOLCHAIN_ARCH" == "x86" ]; then