Skip to content

Commit 3a04d16

Browse files
committed
Install CA certificates in Docker image
1 parent 847904e commit 3a04d16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
FROM debian
2+
3+
RUN apt-get update \
4+
&& apt-get install -y --no-install-recommends ca-certificates \
5+
&& rm -rf /var/lib/apt/lists/* \
6+
&& update-ca-certificates
27
VOLUME /var/cache/gobookmarks
38
VOLUME /etc/gobookmarks
49
VOLUME /var/lib/gobookmarks

0 commit comments

Comments
 (0)