Skip to content

Commit

Permalink
Update Dockerfile (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna authored Oct 20, 2023
1 parent 4ef4615 commit f3db568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG HTTP_PROXY
ARG HTTPS_PROXY
ARG NO_PROXY

COPY sc.crt /tmp/sc.crt
COPY sc.cr[t] /tmp/sc.crt
RUN if [ "${OS_DISTRIBUTION}" = "ubuntu" ] && [ "${PROXY_CERT_PATH}" != "" ]; then \
cp /tmp/sc.crt /etc/ssl/certs && \
update-ca-certificates; \
Expand Down

0 comments on commit f3db568

Please sign in to comment.