Skip to content

Commit

Permalink
Merge pull request #179 from HashDot/master
Browse files Browse the repository at this point in the history
add missing npm/nodejs
  • Loading branch information
codedge authored Aug 7, 2020
2 parents 1af469c + e7f6ef4 commit 49f4266
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion alpine/Dockerfile_v5
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ RUN chmod +x /usr/local/bin/docker-entrypoint

RUN set -eux; \
apk add --no-cache \
nodejs \
npm \
freetype-dev \
gmp-dev \
libjpeg-turbo-dev \
Expand Down Expand Up @@ -92,4 +94,4 @@ ENV APP_ENV production
ENV LOG errorlog

ENTRYPOINT ["docker-entrypoint"]
CMD ["php-fpm"]
CMD ["php-fpm"]

0 comments on commit 49f4266

Please sign in to comment.