pidgin/nest

0d5b24d7dba0
Parents 545be7421038
Children 0b3fbd73b2c9
Fixes build error with `npm ci`

NPM would be stuck in an install loop, with a known bug
  • +1 -0
    Dockerfile
  • --- a/Dockerfile Wed Jan 23 23:07:18 2019 +0000
    +++ b/Dockerfile Thu Jan 24 17:37:28 2019 +0000
    @@ -3,6 +3,7 @@
    RUN set -ex && \
    apt-get update && \
    apt-get install -y hugo npm && \
    + npm i -g npm@6.4.1 && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists