Merge branch 'master' of https://git.quodatum.duckdns.org/apb/thedocks
This commit is contained in:
commit
329d36e1ee
3 changed files with 9 additions and 5 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# @author Andy Bunce
|
||||
|
||||
# Main image
|
||||
FROM ghcr.io/linuxserver/code-server:4.1.0
|
||||
FROM ghcr.io/linuxserver/code-server:4.3.0
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG BUILDARCH
|
||||
|
|
@ -29,7 +29,7 @@ ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64/
|
|||
RUN export JAVA_HOME
|
||||
|
||||
# install BaseX to /basex/
|
||||
RUN curl https://files.basex.org/releases/9.6.4/BaseX964.zip | jar xv && \
|
||||
RUN curl https://files.basex.org/releases/9.7/BaseX97.zip | jar xv && \
|
||||
chmod a+x /basex/bin/*;
|
||||
ENV PATH=$PATH:/basex/bin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue