Skip to content

Commit

Permalink
Update Dockerfile.konflux
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadiIram authored Nov 1, 2024
1 parent 8f0bc5c commit f0e07b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0e07b3

Please sign in to comment.