mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-26 05:27:31 +02:00
update nodebb
This commit is contained in:
parent
33c957b629
commit
8520d1e6e4
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user