duchymor
duchymor
I believe this is now ok. The change has no relation to failing workspace.
This worked for me on Alpine based Docker image: ``` USER root COPY cacert.crt /usr/share/ca-certificates/custom/ WORKDIR /usr/share/ca-certificates/ RUN ls -1R custom/* >> /etc/ca-certificates.conf; RUN update-ca-certificates USER grafana ```
@laurinkeithdavis seems like you have outdated Docker engine. Using ADD with --chmod flag wasn't always possible. This should not be an issue with currently supported Docker versions.