mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-12 04:23:04 +02:00
upgrade nodebb to 1.4.5
This commit is contained in:
parent
33ea181f46
commit
51217efdf0
@ -5,7 +5,7 @@
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@easypi.info>
|
||||
|
||||
ENV BB_VER 1.4.2
|
||||
ENV BB_VER 1.4.5
|
||||
ENV BB_URL https://github.com/NodeBB/NodeBB/archive/v$BB_VER.tar.gz
|
||||
ENV BB_SOURCE /usr/src/nodebb
|
||||
ENV BB_CONTENT /var/lib/nodebb
|
||||
|
@ -5,7 +5,7 @@
|
||||
FROM debian
|
||||
MAINTAINER kev <noreply@easypi.info>
|
||||
|
||||
ENV BB_VER 1.4.2
|
||||
ENV BB_VER 1.4.5
|
||||
ENV BB_URL https://github.com/NodeBB/NodeBB/archive/v$BB_VER.tar.gz
|
||||
ENV BB_SOURCE /usr/src/nodebb
|
||||
ENV BB_CONTENT /var/lib/nodebb
|
||||
@ -22,7 +22,7 @@ RUN set -ex \
|
||||
libssl1.0.0 \
|
||||
libssl-dev \
|
||||
python \
|
||||
&& curl -sSL https://deb.nodesource.com/setup_4.x | bash - \
|
||||
&& curl -sSL https://deb.nodesource.com/setup_6.x | bash - \
|
||||
&& apt-get install -y nodejs \
|
||||
&& curl -sSL $BB_URL | tar xz --strip 1 \
|
||||
&& npm install --production \
|
||||
|
@ -5,7 +5,7 @@
|
||||
FROM easypi/alpine-arm
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV BB_VER 1.4.2
|
||||
ENV BB_VER 1.4.5
|
||||
ENV BB_URL https://github.com/NodeBB/NodeBB/archive/v$BB_VER.tar.gz
|
||||
ENV BB_SOURCE /usr/src/nodebb
|
||||
ENV BB_CONTENT /var/lib/nodebb
|
||||
|
@ -5,7 +5,7 @@
|
||||
FROM resin/rpi-raspbian
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV BB_VER 1.4.2
|
||||
ENV BB_VER 1.4.5
|
||||
ENV BB_URL https://github.com/NodeBB/NodeBB/archive/v$BB_VER.tar.gz
|
||||
ENV BB_SOURCE /usr/src/nodebb
|
||||
ENV BB_CONTENT /var/lib/nodebb
|
||||
@ -22,7 +22,7 @@ RUN set -ex \
|
||||
libssl1.0.0 \
|
||||
libssl-dev \
|
||||
python \
|
||||
&& curl -sSL https://deb.nodesource.com/setup_4.x | bash - \
|
||||
&& curl -sSL https://deb.nodesource.com/setup_6.x | bash - \
|
||||
&& apt-get install -y nodejs \
|
||||
&& curl -sSL $BB_URL | tar xz --strip 1 \
|
||||
&& npm install --production \
|
||||
|
Loading…
Reference in New Issue
Block a user