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