Skip to content

Commit

Permalink
enable verbose curl
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhan-yilmaz committed Oct 31, 2024
1 parent 4af88fd commit bc9f242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steampipe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WORKDIR /home/steampipe
# && rm steampipe.tar.gz \
# && mkdir /home/steampipe/initdb-sql-scripts

RUN curl -sL -o steampipe.tar.gz "$STEAMPIPE_BINARY_DOWNLOAD_URL"
RUN curl -sLv -o steampipe.tar.gz $STEAMPIPE_BINARY_DOWNLOAD_URL
RUN tar -xzvf steampipe.tar.gz
RUN rm steampipe.tar.gz
RUN mkdir /home/steampipe/initdb-sql-scripts
Expand Down

0 comments on commit bc9f242

Please sign in to comment.