summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 15a5afc..3ac1a0c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,8 @@ RUN npm install --unsafe-perm
FROM alpine:3.11 AS runner
# texlive: for pdfjam for pdfrotate
-RUN apk add --no-cache nodejs texlive
+# git: for blog
+RUN apk add --no-cache nodejs texlive git
WORKDIR /webserver
COPY --from=builder /webserver /webserver