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 \
|
RUN set -ex \
|
||||||
&& apk add -U bash \
|
&& apk add -U bash \
|
||||||
|
icu \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
krb5-libs \
|
|
||||||
nodejs \
|
nodejs \
|
||||||
nodejs-npm \
|
nodejs-npm \
|
||||||
openssl \
|
openssl \
|
||||||
&& apk add -t TMP build-base \
|
&& apk add -t TMP build-base \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
krb5-dev \
|
icu-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
python \
|
python \
|
||||||
tar \
|
tar \
|
||||||
&& curl -sSL $BB_URL | tar xz --strip 1 \
|
&& curl -sSL $BB_URL | tar xz --strip 1 \
|
||||||
&& npm install --production \
|
&& ./nodebb setup \
|
||||||
&& npm cache clean \
|
|
||||||
&& apk del TMP \
|
&& apk del TMP \
|
||||||
&& rm -rf /tmp/npm* \
|
&& rm -rf /tmp/npm* \
|
||||||
/var/cache/apk/*
|
/var/cache/apk/*
|
||||||
|
@ -15,21 +15,20 @@ VOLUME $BB_CONTENT
|
|||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add -U bash \
|
&& apk add -U bash \
|
||||||
|
icu \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
krb5-libs \
|
|
||||||
nodejs \
|
nodejs \
|
||||||
nodejs-npm \
|
nodejs-npm \
|
||||||
openssl \
|
openssl \
|
||||||
&& apk add -t TMP build-base \
|
&& apk add -t TMP build-base \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
krb5-dev \
|
icu-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
python \
|
python \
|
||||||
tar \
|
tar \
|
||||||
&& curl -sSL $BB_URL | tar xz --strip 1 \
|
&& curl -sSL $BB_URL | tar xz --strip 1 \
|
||||||
&& npm install --production \
|
&& ./nodebb setup \
|
||||||
&& npm cache clean \
|
|
||||||
&& apk del TMP \
|
&& apk del TMP \
|
||||||
&& rm -rf /tmp/npm* \
|
&& rm -rf /tmp/npm* \
|
||||||
/var/cache/apk/*
|
/var/cache/apk/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user