Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Commit 17b03d4

Browse files
authored
permanently installed ca-certificates
1 parent e4afe27 commit 17b03d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM alpine
22

3-
RUN apk add --no-cache --virtual .build-dependencies unzip wget ca-certificates \
3+
RUN apk add --no-cache --virtual .build-dependencies unzip wget \
4+
&& apk add --no-cache ca-certificates \
45
&& cd /tmp \
56
&& wget http://downloads.rclone.org/rclone-current-linux-amd64.zip \
67
&& unzip rclone-current-linux-amd64.zip \
@@ -10,4 +11,4 @@ RUN apk add --no-cache --virtual .build-dependencies unzip wget ca-certificates
1011
&& apk del .build-dependencies \
1112
&& rm -rf /tmp/*
1213

13-
CMD ["/bin/sh"]
14+
CMD ["/bin/sh"]

0 commit comments

Comments
 (0)