From dce8453a868daad358bcba75c13f416a77837366 Mon Sep 17 00:00:00 2001 From: Caio Sain Vallio Date: Thu, 9 Feb 2023 16:16:35 -0300 Subject: [PATCH] Update Dockerfile ADD odbcinst.ini /etc/odbcinst.ini is no more necessarie --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3049f9..5c67fe6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,6 @@ RUN apt-get update RUN apt-get install -y tdsodbc unixodbc-dev RUN apt install unixodbc-bin -y RUN apt-get clean -y -ADD odbcinst.ini /etc/odbcinst.ini # UPGRADE pip3 RUN pip3 install --upgrade pip