nicolasmure / docker-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-node

A NodeJS Docker image with some additions :

  • bash : In order to run shell scripts using /bin/bash instead of /bin/sh
  • curl
  • ca-certificates : Install ca-certificates package to fix issues during Circle CI's builds
  • chromium
    • nss
    • freetype
    • harfbuzz
    • ttf-freefont

This project keeps the same structure than the docker-node repository where the original NodeJS image are declared.

About

License:MIT License


Languages

Language:Dockerfile 100.0%