Skip to content

Commit

Permalink
Revert "Remove redundant nodejs installation"
Browse files Browse the repository at this point in the history
This reverts commit 0340319.
  • Loading branch information
waiting-for-dev committed Mar 1, 2021
1 parent 3fe428c commit 581a167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dockerdev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND=noninteractive apt-get -yq dist-upgrad
libpq-dev \
postgresql-client-$PG_VERSION \
mysql-client \
nodejs \
&& rm -rf /var/lib/apt/lists/*

ENV APP_USER=solidus_user \
Expand Down

0 comments on commit 581a167

Please sign in to comment.