Sign inSign up

elice/node

By elice

Updated 9 months ago

node with latest git and rsync

Image
0

50K+

elice/node repository overview

FROM node:8

RUN echo "deb http://deb.debian.org/debian jessie-backports main" >> /etc/apt/sources.list \
    && apt-get update \
    && apt-get install -t jessie-backports -y \
          git \
    && apt-get install -y \
          rsync \
    && rm -rf /var/lib/apt/lists/*

Tag summary

Content type

Image

Digest

sha256:c3767563f

Size

442.8 MB

Last updated

9 months ago

docker pull elice/node:24.12