Add odbcinst dep to sqllogic docker

This commit is contained in:
Antonio Andelic 2023-07-03 07:40:05 +00:00
parent 50c1a7fda1
commit aeea3dc824

View File

@ -13,6 +13,7 @@ RUN apt-get update --yes \
sqlite3 \
unixodbc \
unixodbc-dev \
odbcinst \
sudo \
&& apt-get clean