We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29b79d9 + 2cf00cb commit 78fae29Copy full SHA for 78fae29
Dockerfile
@@ -1,7 +1,7 @@
1
FROM docker.io/debian:bullseye AS builder
2
3
RUN apt-get update -y && \
4
- apt-get install -y texlive texlive-formats-extra make
+ apt-get install -y texlive texlive-formats-extra make git
5
6
WORKDIR /build/
7
0 commit comments