Skip to content

Commit

Permalink
ci: pull in ca cert
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltf24 committed Sep 20, 2021
1 parent 861988a commit 7f56a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ WORKDIR /test
COPY . ./
COPY start_test_server.sh ./

RUN cp cert/ca.crt /usr/local/share/ca-certificates/ && update-ca-certificates

RUN npm install

RUN chmod u+x start_test_server.sh
Expand Down

0 comments on commit 7f56a28

Please sign in to comment.