From ae66ee60ff1af1fd4fbda3a3dbd4f280ec74730a Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 12 Jul 2023 09:58:17 +0200 Subject: [PATCH] add unixodbc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af54aaf682..9afb32c891 100644 --- a/Dockerfile +++ b/Dockerfile @@ -105,7 +105,7 @@ ARG TARGETPLATFORM ARG APP=/usr/src/app RUN apt-get update \ - && apt-get install -y ca-certificates wget curl git jq libprotobuf-dev libnl-route-3-dev unzip build-essential \ + && apt-get install -y ca-certificates wget curl git jq libprotobuf-dev libnl-route-3-dev unzip build-essential unixodbc \ && rm -rf /var/lib/apt/lists/*