From 89753d7a7826e0380ce2069e24689f813da4405d Mon Sep 17 00:00:00 2001 From: Jan Wijffels Date: Fri, 10 Jan 2025 10:29:12 +0100 Subject: [PATCH] move jar of intersystems in dev to /opt/prefect/intersystems-jdbc.jar --- development/rstudio/Dockerfile | 2 +- development/vscode/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/rstudio/Dockerfile b/development/rstudio/Dockerfile index 48677f3..593516b 100644 --- a/development/rstudio/Dockerfile +++ b/development/rstudio/Dockerfile @@ -27,7 +27,7 @@ ENV PATH="${JAVA_HOME}/bin:${PATH}" ## ## Intersystems database ## -RUN wget https://github.com/intersystems-community/iris-driver-distribution/raw/main/JDBC/JDK18/intersystems-jdbc-3.8.0.jar --output-document=intersystems-jdbc.jar +RUN wget https://github.com/intersystems-community/iris-driver-distribution/raw/main/JDBC/JDK18/intersystems-jdbc-3.8.0.jar --output-document=/opt/prefect/intersystems-jdbc.jar ## ## Install uv diff --git a/development/vscode/Dockerfile b/development/vscode/Dockerfile index fd2190f..0e4154d 100644 --- a/development/vscode/Dockerfile +++ b/development/vscode/Dockerfile @@ -63,7 +63,7 @@ ENV PATH="${JAVA_HOME}/bin:${PATH}" ## ## Intersystems database ## -RUN wget https://github.com/intersystems-community/iris-driver-distribution/raw/main/JDBC/JDK18/intersystems-jdbc-3.8.0.jar --output-document=intersystems-jdbc.jar +RUN wget https://github.com/intersystems-community/iris-driver-distribution/raw/main/JDBC/JDK18/intersystems-jdbc-3.8.0.jar --output-document=/opt/prefect/intersystems-jdbc.jar ## ## Install uv