This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Upgrade Node v12 in Dockerfile (
#12703
)
closed-social-v3
Shlee
4 years ago
committed by
Eugen Rochko
parent
6e9e8d89fa
commit
e7d3495874
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View File
@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep
SHELL
[
"bash"
,
"-c"
]
# Install Node v12 (LTS)
ENV
NODE_VER
=
"12.1
3.1
"
ENV
NODE_VER
=
"12.1
4.0
"
RUN
echo
"Etc/UTC"
> /etc/localtime
&&
\
apt update
&&
\
apt -y install wget python
&&
\
Write
Preview
Loading…
Cancel
Save