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 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN git clone --depth=1 https://github.com/komoot/photon.git /photon
|
||||
RUN cd /photon && mvn -q package -DskipTests
|
||||
RUN git clone --depth=1 https://github.com/komoot/photon.git /photon \
|
||||
&& cd /photon \
|
||||
&& mvn -q package -DskipTests
|
||||
|
||||
FROM docker.io/eclipse-temurin:21-jre
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue