Skip to content
Snippets Groups Projects
Unverified Commit 89a8c2da authored by Varac's avatar Varac
Browse files

Install bash for proper pipefail error handling

parent 9499ba64
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ COPY ./test/pytest/le-staging-bundle.pem /usr/local/share/ca-certificates/le-sta
COPY ./requirements.txt /requirements.txt
RUN \
apk --no-cache add \
bash=5.1.0-r0 \
cargo=~1.47.0-r2 \
chromium=~86.0.4240.111-r0 \
chromium-chromedriver=~86.0.4240.111-r0 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment