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 2, 2024
1 parent 98709c4 commit a53f39c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ FROM registry.redhat.io/ubi8/ubi-minimal@sha256:7583ca0ea52001562bd81a961da3f752

RUN ls -la .
RUN ls -la ..
RUN ls -la ./cachi2
RUN ls -la ./cachi2/output
RUN ls -la ./cachi2/cachi2.env

# Install packages for the install script and extract archives
RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y unzip jq wget
Expand All @@ -31,7 +32,7 @@ WORKDIR $STAGE_DIR
RUN ls -lR ./workspace/source

# Change to the output directory and unzip .zip files into /root/
RUN cd /cachi2/source/deps/generic && \
RUN cd ./cachi2/source/deps/generic && \
for file in *.zip; do unzip -d /root/ "$file"; done

###############################################################################
Expand Down

0 comments on commit a53f39c

Please sign in to comment.