Skip to content

Commit

Permalink
added lua to build environments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashoechst committed May 11, 2020
1 parent 420df59 commit 4f2f083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Install LaTeX and dependencies"
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-extra-utils texlive-lang-german xzdec ghostscript make
sudo apt-get install --no-install-recommends -y texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-extra-utils texlive-lang-german xzdec ghostscript make lua5.3
- run: make Ausgaben/PfadiralalaIV.pdf
- run: make Ausgaben/PfadiralalaIV-pics.pdf
Expand Down
3 changes: 2 additions & 1 deletion Tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN make install
FROM ubuntu:bionic
LABEL maintainer="[email protected]"
LABEL description="A docker image for build the Pfadiralala IV VCP Kurhessen (german scouts) songbook."
LABEL version="1.0"
LABEL version="1.1"

ENV DEBIAN_FRONTEND noninteractive

Expand All @@ -33,6 +33,7 @@ RUN apt-get update \
xzdec \
ghostscript \
make \
lua5.3 \
&& apt-get clean

RUN mkdir /PfadiralalaIV
Expand Down

0 comments on commit 4f2f083

Please sign in to comment.