Skip to content

Commit

Permalink
vscode - move intersystems jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 16, 2025
1 parent c941055 commit e13cbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN Rscript -e "install.packages(c('jsonlite', 'yaml', 'zip', 'data.table', 'Rcp
RUN Rscript -e "install.packages(c('shiny', 'knitr', 'htmltools', 'markdown', 'rmarkdown', 'shinydashboard', 'flexdashboard', 'bslib', 'fontawesome', 'sass', 'farver', 'DT'), clean = TRUE)"

RUN useradd --create-home --home-dir /home/blackbar --shell /bin/bash blackbar
RUN mv /intersystems-jdbc.jar /home/blackbar/intersystems-jdbc.jar
RUN mv ./intersystems-jdbc.jar /home/blackbar/intersystems-jdbc.jar
RUN chown blackbar /home/blackbar/intersystems-jdbc.jar
RUN Rscript -e "install.packages(c('languageserver'), clean = TRUE)"
USER blackbar
Expand Down

0 comments on commit e13cbee

Please sign in to comment.