From 7fb445ff91db2ec21cb8253659e1d85a591967cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karolis=20Gudi=C5=A1kis?= Date: Sun, 25 Feb 2024 10:17:17 +0200 Subject: [PATCH] chore: Add oracle instant client library to docker image (#2421) --- ci/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index dbd61d5ac8..e5d97d456e 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -6,7 +6,8 @@ RUN apt-get update \ odbcinst \ unixodbc \ curl \ - unzip + unzip \ + libaio1 # INSTALL PROTOBUF RUN curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.18.1/protoc-3.18.1-linux-x86_64.zip