Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Apr 23, 2024
1 parent 25f4386 commit 248f50d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ RUN curl -L -o apache-ant-${ANT_VERSION}-bin.tar.gz https://downloads.apache.org

ENV PATH ${PATH}:${ANT_HOME}/bin

# RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - \
# && apt-get install -y nodejs \
# && curl -L https://www.npmjs.com/install.sh | sh

FROM builder as tei

ARG TEMPLATING_VERSION=1.1.0
Expand Down Expand Up @@ -71,7 +67,7 @@ RUN curl -L -o /tmp/templating-${TEMPLATING_VERSION}.xar http://exist-db.org/exi

FROM duncdrum/existdb:6.2.0-debug-j8

COPY --from=tei /tmp/edep/build/*.xar /exist/autodeploy/
COPY --from=tei /tmp/edep/dist/*.xar /exist/autodeploy/
COPY --from=tei /tmp/*.xar /exist/autodeploy/

WORKDIR /exist
Expand Down

0 comments on commit 248f50d

Please sign in to comment.