File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:jammy
22
33RUN groupadd -r sling && useradd -r -g sling sling
44
5- RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y unzip libaio1 postgresql-client wget curl gnupg2 && \
5+ RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y unzip libaio1 postgresql-client wget curl gnupg2 unixodbc odbcinst && \
66 apt-get clean && \
77 rm -rf /var/lib/apt/lists /var/cache/apt
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM --platform=linux/arm64 ubuntu:jammy
22
33RUN groupadd -r sling && useradd -r -g sling sling
44
5- RUN apt update || true && DEBIAN_FRONTEND=noninteractive apt install -y libaio1 postgresql-client wget curl && apt clean && rm -rf /var/lib/apt/lists /var/cache/apt
5+ RUN apt update || true && DEBIAN_FRONTEND=noninteractive apt install -y libaio1 postgresql-client wget curl unixodbc odbcinst && apt clean && rm -rf /var/lib/apt/lists /var/cache/apt
66
77# Install Oracle Instant Client
88RUN cd /tmp && \
You can’t perform that action at this time.
0 commit comments