Skip to content

Commit

Permalink
Update crt option
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna authored Oct 18, 2023
1 parent 12042db commit e9e27d6
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 e9e27d6

Please sign in to comment.