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:
30be122
)
FEATURE: Add `pnpm` to the base slim image (#645)
author
Jarek Radosz
<jradosz@gmail.com>
Tue, 15 Nov 2022 11:15:54 +0000
(12:15 +0100)
committer
GitHub
<noreply@github.com>
Tue, 15 Nov 2022 11:15:54 +0000
(12:15 +0100)
image/base/slim.Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/image/base/slim.Dockerfile
b/image/base/slim.Dockerfile
index 0b165ba0e8a397b337292ced1a6f67dfc2761c47..4616c78c05e5c43a2756e41f1c9174c4fbfc4f4d 100644
(file)
--- a/
image/base/slim.Dockerfile
+++ b/
image/base/slim.Dockerfile
@@
-55,8
+55,7
@@
RUN cd / &&\
rm -f /etc/apt/apt.conf.d/40proxy &&\
locale-gen en_US &&\
DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs yarn &&\
- npm install -g terser &&\
- npm install -g uglify-js
+ npm install -g terser uglify-js pnpm
ADD install-imagemagick /tmp/install-imagemagick
RUN /tmp/install-imagemagick