mirror of
https://github.com/alrayyes/docker-alpine-node-bash
synced 2023-11-13 18:16:43 +00:00
6 lines
176 B
Docker
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/*
|