4 lines
112 B
Docker
4 lines
112 B
Docker
|
FROM docker:18.06.0-dind
|
||
|
COPY CA_crt.crt /usr/local/share/ca-certificates/CA_crt.crt
|
||
|
RUN update-ca-certificates
|