From c1b3a38110da88f1c962901e3a86f0fb9134596d Mon Sep 17 00:00:00 2001 From: Mirko Van Colen Date: Fri, 9 Feb 2024 14:09:07 +0100 Subject: [PATCH] add unix odbc --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 5eca66e9..a5918d36 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -20,7 +20,7 @@ RUN apk add py3-pip # install some python dependencies RUN pip3 install requests six -RUN apk add --update --no-cache --virtual .build-deps g++ gcc libxml2-dev libxslt-dev python3-dev +RUN apk add --update --no-cache --virtual .build-deps g++ gcc libxml2-dev libxslt-dev unixodbc-dev python3-dev postgresql-dev RUN apk add --no-cache libxslt RUN apk add --no-cache mysql-client RUN apk add --no-cache curl