Skip to content

Commit

Permalink
vscode - move location of intersystems db to /home/blackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 16, 2025
1 parent c82dc17 commit 2b2aa96
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions development/vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ ENV JAVA_HOME=/opt/java/openjdk
COPY --from=eclipse-temurin:21 ${JAVA_HOME} ${JAVA_HOME}
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

##
## Install uv
## Install Python 3.10 and Python package dependencies
Expand Down Expand Up @@ -95,6 +90,11 @@ RUN useradd --create-home --home-dir /home/blackbar --shell /bin/bash blackbar
USER blackbar
#USER coder

##
## 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

##
## Install VScode extensions
##
Expand All @@ -103,4 +103,6 @@ RUN code-server --install-extension ms-python.python
RUN code-server --install-extension ms-toolsai.jupyter
RUN code-server --install-extension quarto.quarto
RUN code-server --install-extension REditorSupport.r
RUN code-server --install-extension ms-azuretools.vscode-docker
RUN code-server --install-extension ms-azuretools.vscode-docker

RUN cp -r /root/.local/share/code-server/extensions /home/blackbar/.local/share/code-server/extensions

0 comments on commit 2b2aa96

Please sign in to comment.