Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Nov 4, 2024
1 parent 1d752d5 commit 86374d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/sling/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y unzip libaio1 po
# Install Oracle Instant Client
RUN cd /tmp && \
wget https://f.slingdata.io/oracle_client_amd64.tar.gz && \
tar -xf oracle_client64.tar.gz && \
tar -xf oracle_client_amd64.tar.gz && \
mkdir -p /usr/lib/oracle/19.3 && mv oracle_client64 /usr/lib/oracle/19.3/client64 && \
rm -f oracle_client64.tar.gz
rm -f oracle_client_amd64.tar.gz

## Install mssql-tools
## from https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup-tools?view=sql-server-ver15#ubuntu
Expand Down

0 comments on commit 86374d0

Please sign in to comment.