We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847904e commit 3a04d16Copy full SHA for 3a04d16
Dockerfile
@@ -1,4 +1,9 @@
1
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
7
VOLUME /var/cache/gobookmarks
8
VOLUME /etc/gobookmarks
9
VOLUME /var/lib/gobookmarks
0 commit comments