projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
416467f
)
DEV: Bump uglifyjs
author
Roman Rizzi
<rizziromanalejandro@gmail.com>
Thu, 10 Oct 2019 05:17:46 +0000
(
02:17
-0300)
committer
Sam
<sam.saffron@gmail.com>
Thu, 10 Oct 2019 05:17:46 +0000
(16:17 +1100)
We now support uglifyjs version 3 in Discourse core, no need to hold back the upgrade.
image/base/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/image/base/Dockerfile
b/image/base/Dockerfile
index 507c1c60c271b3634e9d740116312a3035d1b9e3..ba51a214ca5a3a3b13c865faf7f3be7959eea358 100644
(file)
--- a/
image/base/Dockerfile
+++ b/
image/base/Dockerfile
@@
-49,7
+49,7
@@
RUN cd / &&\
rm -f /etc/apt/apt.conf.d/40proxy &&\
locale-gen en_US &&\
apt install -y nodejs &&\
- npm install -g uglify-js
@"<3"
&&\
+ npm install -g uglify-js &&\
npm install -g svgo
ADD install-nginx /tmp/install-nginx