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

Added comments to Dockerfile

This commit is contained in:
Ryan 2016-09-29 13:28:13 +02:00
parent 51d3412cc1
commit 0a81892920

View File

@ -1,9 +1,10 @@
FROM mhart/alpine-node:latest FROM mhart/alpine-node:latest
MAINTAINER Ryan Kes <ryan@andthensome.nl> MAINTAINER Ryan Kes <ryan@andthensome.nl>
# Install pygments (for syntax highlighting) # Install bash (for wercker)
RUN apk update && apk add bash && rm -rf /var/cache/apk/* RUN apk update && apk add bash && rm -rf /var/cache/apk/*
# Install wkthml2pdf
RUN apk add --no-cache \ RUN apk add --no-cache \
xvfb \ xvfb \
# Additionnal dependencies for better rendering # Additionnal dependencies for better rendering