Skip to content

Commit 4bcec8b

Browse files
authored
Update Dockerfile
1 parent 254a914 commit 4bcec8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ RUN \
3939
git \
4040
build-essential \
4141
tzdata \
42+
\
4243
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
44+
\
4345
# Install Node.js from official repository.
4446
&& mkdir -p /etc/apt/keyrings \
4547
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \

0 commit comments

Comments
 (0)