Created
August 14, 2017 18:14
-
-
Save iynere/524f4c12b164d9bc108298d6641d9adb to your computer and use it in GitHub Desktop.
grilled Dockerfile https://hub.docker.com/r/iynere/grilled-node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM node:8.3.0-slim | |
RUN apt-get update | |
RUN apt-get install -y git openssh-client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment