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:
parent
51d3412cc1
commit
0a81892920
@ -1,9 +1,10 @@
|
||||
FROM mhart/alpine-node:latest
|
||||
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/*
|
||||
|
||||
# Install wkthml2pdf
|
||||
RUN apk add --no-cache \
|
||||
xvfb \
|
||||
# Additionnal dependencies for better rendering
|
||||
|
Loading…
Reference in New Issue
Block a user