Skip to content

Commit

Permalink
move jar of intersystems in dev to /opt/prefect/intersystems-jdbc.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 10, 2025
1 parent 00383f6 commit 89753d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion development/rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion development/vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89753d7

Please sign in to comment.