feat: add texlive image
This commit is contained in:
parent
10b84a74a4
commit
84d5ade69f
2 changed files with 7 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
matrix:
|
||||
image:
|
||||
- renovate
|
||||
- caddy
|
||||
- texlive
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
6
texlive/Dockerfile
Normal file
6
texlive/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
ARG BASE_IMAGE=alpine:3.16
|
||||
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
RUN apk add -U --no-cache tectonic biber
|
Loading…
Add table
Reference in a new issue