add nodejs
This commit is contained in:
parent
24dfb62ba8
commit
7cb02d8a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ WORKDIR /rails
|
|||
|
||||
# Install base packages
|
||||
RUN apt-get update -qq && \
|
||||
apt-get install --no-install-recommends -y curl libjemalloc2 libvips libpq-dev && \
|
||||
apt-get install --no-install-recommends -y curl libjemalloc2 libvips libpq-dev nodejs && \
|
||||
rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
# Set production environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue