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
2016-09-28 01:37:01 +02:00

6 lines
176 B
Docker

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/*