Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 363 Bytes

intercept-https.md

File metadata and controls

10 lines (9 loc) · 363 Bytes
RUN apt-get update -y -qq && apt-get install ca-certificates -y -qq
COPY certificate.crt /usr/local/share/ca-certificates/
RUN update-ca-certificates

ENV http_proxy=http://host.docker.internal:1089
ENV HTTP_PROXY=http://host.docker.internal:1089
ENV https_proxy=http://host.docker.internal:1089
ENV HTTPS_PROXY=http://host.docker.internal:1089