Add nodejs to the production container since we have removed mini_racer from the (#12457)
Gemfile.
This commit is contained in:
parent
18fc9c597b
commit
e46b537e91
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ USER root
|
|||
|
||||
RUN dnf install --setopt install_weak_deps=false -y bash curl ImageMagick \
|
||||
iproute jemalloc less libcurl \
|
||||
postgresql tzdata \
|
||||
postgresql tzdata nodejs \
|
||||
&& dnf -y clean all \
|
||||
&& rm -rf /var/cache/yum
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue