diff --git a/Dockerfile.openj9 b/Dockerfile.openj9 index 1e48f65..962c87f 100644 --- a/Dockerfile.openj9 +++ b/Dockerfile.openj9 @@ -59,8 +59,7 @@ ENV BUILD_LIST=/build/openj9-repo/test RUN git clone --depth=1 https://github.com/eclipse-openj9/openj9.git /build/openj9-repo -RUN cd /build/openj9-repo/test \ - && git clone https://github.com/adoptium/TKG.git \ +RUN git clone https://github.com/adoptium/TKG.git \ && cd TKG \ && make compile JOBS=$(nproc) \ && make test JOBS=$(nproc)