Commit 476329bb authored by Sadman's avatar Sadman
Browse files

Update docker image in ci

parent 11f758c0
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
image: tianon/latex

cache:
    key: apt-cache
    untracked: true
@@ -7,7 +9,7 @@ cache:

before_script:
    - export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR
    - apt-get update -qq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y -qq texlive-full poppler-utils
    - apt-get update -qq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y -qq poppler-utils
    - lualatex -v

build: