1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

update nodebb

This commit is contained in:
kev 2018-08-19 05:48:40 +08:00
parent 33c957b629
commit 8520d1e6e4
2 changed files with 6 additions and 8 deletions

@ -15,21 +15,20 @@ VOLUME $BB_CONTENT
RUN set -ex \
&& apk add -U bash \
icu \
imagemagick \
krb5-libs \
nodejs \
nodejs-npm \
openssl \
&& apk add -t TMP build-base \
curl \
git \
krb5-dev \
icu-dev \
openssl-dev \
python \
tar \
&& curl -sSL $BB_URL | tar xz --strip 1 \
&& npm install --production \
&& npm cache clean \
&& ./nodebb setup \
&& apk del TMP \
&& rm -rf /tmp/npm* \
/var/cache/apk/*

@ -15,21 +15,20 @@ VOLUME $BB_CONTENT
RUN set -ex \
&& apk add -U bash \
icu \
imagemagick \
krb5-libs \
nodejs \
nodejs-npm \
openssl \
&& apk add -t TMP build-base \
curl \
git \
krb5-dev \
icu-dev \
openssl-dev \
python \
tar \
&& curl -sSL $BB_URL | tar xz --strip 1 \
&& npm install --production \
&& npm cache clean \
&& ./nodebb setup \
&& apk del TMP \
&& rm -rf /tmp/npm* \
/var/cache/apk/*