-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
420df59
commit 4f2f083
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -33,6 +33,7 @@ RUN apt-get update \ | |
xzdec \ | ||
ghostscript \ | ||
make \ | ||
lua5.3 \ | ||
&& apt-get clean | ||
|
||
RUN mkdir /PfadiralalaIV | ||
|