Skip to content

Commit 78fae29

Browse files
authored
Merge pull request #204 from galenguyer/hotfix/okd-deps
Add git as a build dependency
2 parents 29b79d9 + 2cf00cb commit 78fae29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM docker.io/debian:bullseye AS builder
22

33
RUN apt-get update -y && \
4-
apt-get install -y texlive texlive-formats-extra make
4+
apt-get install -y texlive texlive-formats-extra make git
55

66
WORKDIR /build/
77

0 commit comments

Comments
 (0)