Skip to content

Commit

Permalink
Add missing perl dependencies for latexindent
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefGokhlayeh committed May 8, 2020
1 parent 551e5e2 commit 5f8494c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@ FROM alpine:edge
LABEL description="LaTeX distribution with support for BibLaTeX"
LABEL maintainer="gokhlayeh"

RUN apk add --no-cache \
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache \
biber \
biblatex \
make \
perl-eval-closure \
perl-file-homedir \
perl-log-dispatch \
perl-log-log4perl \
perl-namespace-autoclean \
perl-params-validationcompiler \
perl-specio \
perl-unicode-linebreak \
perl-yaml-tiny \
texlive-full

0 comments on commit 5f8494c

Please sign in to comment.