1
0
mirror of https://github.com/alrayyes/docker-alpine-node-bash synced 2023-11-13 18:16:43 +00:00
docker-alpine-node-bash/Dockerfile

6 lines
176 B
Docker
Raw Normal View History

2016-09-27 23:37:01 +00:00
FROM mhart/alpine-node:latest
MAINTAINER Ryan Kes <ryan@andthensome.nl>
# Install pygments (for syntax highlighting)
RUN apk update && apk add bash && rm -rf /var/cache/apk/*