Skip to content

Commit

Permalink
chore: Add oracle instant client library to docker image (#2421)
Browse files Browse the repository at this point in the history
  • Loading branch information
karolisg committed Feb 25, 2024
1 parent f7803fc commit 7fb445f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fb445f

Please sign in to comment.