Skip to content
Snippets Groups Projects
Verified Commit 18f3e415 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add Lets encrypt staging certificate to cert store in test container

parent d5f372d0
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@ RUN apk --no-cache add \
rsync \
rust
COPY ./test/pytest/le-staging-bundle.pem /usr/local/share/ca-certificates/le-staging-bundle.pem
RUN update-ca-certificates
COPY ./requirements.txt /requirements.txt
RUN pip install -r /requirements.txt
RUN ln -s /usr/bin/python3 /usr/bin/python
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