diff --git a/Dockerfile.konflux b/Dockerfile.konflux index ff998322..ae021b36 100644 --- a/Dockerfile.konflux +++ b/Dockerfile.konflux @@ -25,7 +25,7 @@ ENV STAGE_DIR="/tmp/artifacts" WORKDIR $STAGE_DIR # Change to the output directory and unzip .zip files into /root/ -RUN cd /cachi2/output/deps/generic && \ +RUN cd /cachi2/source/deps/generic && \ for file in *.zip; do unzip -d /root/ "$file" done