cd then maven
This commit is contained in:
parent
577143b68e
commit
1dccbf14e2
1 changed files with 3 additions and 2 deletions
|
|
@ -4,8 +4,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
git ca-certificates maven \
|
git ca-certificates maven \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN git clone --depth=1 https://github.com/komoot/photon.git /photon
|
RUN git clone --depth=1 https://github.com/komoot/photon.git /photon \
|
||||||
RUN cd /photon && mvn -q package -DskipTests
|
&& cd /photon \
|
||||||
|
&& mvn -q package -DskipTests
|
||||||
|
|
||||||
FROM docker.io/eclipse-temurin:21-jre
|
FROM docker.io/eclipse-temurin:21-jre
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue