add unixodbc

This commit is contained in:
Ruben Fiszel
2023-07-12 09:58:17 +02:00
parent 4a21e0d349
commit ae66ee60ff
+1 -1
View File
@@ -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/*