This website works better with JavaScript.
Home
Explore
Help
Sign In
adneyland
/
mastodon
forked from
mirrors/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
1
Releases
13
Wiki
Activity
Browse Source
Update nodejs in Dockerfile (
#12052
)
tags/v3.0.0rc3
Shlee
2 months ago
parent
3abe003f59
commit
f8a0c00920
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View File
@@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep
SHELL ["bash", "-c"]
# Install Node
ENV NODE_VER="12.
9
.1"
ENV NODE_VER="12.
11
.1"
RUN echo "Etc/UTC" > /etc/localtime && \
apt update && \
apt -y install wget python && \
Write
Preview
Loading…
Cancel
Save