Skip to content

Commit

Permalink
fix: -o
Browse files Browse the repository at this point in the history
  • Loading branch information
i13302 committed Oct 3, 2023
1 parent 8fbdc54 commit 3ce7bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion printout/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add -U unzip curl
# https://zenn.dev/route06/articles/78c30c6627a932
FROM extracter as unzipperchromedriver
RUN CHROMEDRIVER_VERSION=$(curl -sS https://googlechromelabs.github.io/chrome-for-testing/LATEST_RELEASE_STABLE) && \
curl -sS https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROMEDRIVER_VERSION/linux64/chromedriver-linux64.zip && \
curl -sS -o chromedriver_linux64.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROMEDRIVER_VERSION/linux64/chromedriver-linux64.zip && \
unzip -q chromedriver_linux64.zip
#===================================================================================================

Expand Down

0 comments on commit 3ce7bf6

Please sign in to comment.