mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-19 05:36:15 +00:00
Add support for nodejs5
This commit is contained in:
@@ -25,6 +25,13 @@ RUN apt-get update && \
|
||||
git && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# grab deps (node)
|
||||
RUN curl -sL https://deb.nodesource.com/setup_5.x | bash -
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
nodejs && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# copy run.sh
|
||||
COPY ./run.sh $DATA_ROOT/run.sh
|
||||
RUN chmod +x $DATA_ROOT/run.sh
|
||||
|
||||
Reference in New Issue
Block a user