We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254a914 commit 4bcec8bCopy full SHA for 4bcec8b
1 file changed
Dockerfile
@@ -39,7 +39,9 @@ RUN \
39
git \
40
build-essential \
41
tzdata \
42
+ \
43
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
44
45
# Install Node.js from official repository.
46
&& mkdir -p /etc/apt/keyrings \
47
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
0 commit comments