File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ RUN tar -xzf wick.tar.gz
20
20
FROM ubuntu:latest
21
21
LABEL org.opencontainers.image.source="https://github.com/candlecorp/wick"
22
22
23
- COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates
23
+ RUN apt-get update && apt-get install -y ca-certificates
24
+
24
25
COPY --from=builder /opt/wick /usr/bin/wick
25
26
RUN chmod +x /usr/bin/wick
26
27
WORKDIR /app
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ RUN tar -xzf wick.tar.gz
20
20
FROM ubuntu:latest
21
21
LABEL org.opencontainers.image.source="https://github.com/candlecorp/wick"
22
22
23
- COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates
23
+ RUN apt-get update && apt-get install -y ca-certificates
24
+
24
25
COPY --from=builder /opt/wick /usr/bin/wick
25
26
RUN chmod +x /usr/bin/wick
26
27
WORKDIR /app
You can’t perform that action at this time.
0 commit comments