Skip to content

Commit

Permalink
add ls -la
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Nov 27, 2024
1 parent 32c9adf commit 0b23885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test-packages/osd-test-packages.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ADD ./plugins /tmp/

USER root
RUN yum update -y && yum install -y unzip
RUN ls -la /tmp
RUN for plugin in $(ls /tmp); do \
echo $plugin; \
unzip /tmp/$plugin -d /tmp/unziped/; \
Expand Down

0 comments on commit 0b23885

Please sign in to comment.