FROM base
COPY scripts/dockerimages/scripts/docker.sh /
COPY assets/ca.crt /etc/ssl/certs/ca-certificates.crt
CMD ["/docker.sh"]