We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcec8b commit 9255ad6Copy full SHA for 9255ad6
1 file changed
Dockerfile
@@ -39,6 +39,8 @@ RUN \
39
git \
40
build-essential \
41
tzdata \
42
+ ca-certificates \
43
+ gnupg \
44
\
45
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
46
0 commit comments