Skip to content

Commit

Permalink
Merge pull request #20 from jemand771/dev
Browse files Browse the repository at this point in the history
add package ulem.sty
+fix for accidental latest builds
  • Loading branch information
jemand771 authored Aug 2, 2021
2 parents 362c66d + cb4e099 commit 2b2f78b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
jemand771/latex-build
ghcr.io/jemand771/latex-build
flavor: |
latest=true
latest=auto
tags: |
type=semver,pattern=v{{version}}
type=raw,enable=${{ github.ref == 'refs/heads/dev' }},value=experimental
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM ubuntu:20.04

# debian packages: tzdata, texlive, python, inkscape
# python packages: Pygments
RUN apt-get update &&\
DEBIAN_FRONTEND=noninteractive \
DEBCONF_NONINTERACTIVE_SEEN=true \
Expand All @@ -12,11 +10,12 @@ RUN apt-get update &&\
python3 \
python3-pip \
texlive-bibtex-extra \
texlive-extra-utils \
texlive-fonts-recommended \
texlive-lang-german \
texlive-latex-base \
texlive-latex-extra \
texlive-extra-utils \
texlive-plain-generic \
tzdata \
&& \
pip3 install \
Expand Down

0 comments on commit 2b2f78b

Please sign in to comment.