Skip to content

Commit b3e162b

Browse files
authored
Merge pull request #28 from InsightSoftwareConsortium/bibTex
BUG: Use a more reliable (but bigger) version of bibtex
2 parents 3490c88 + 60bcc83 commit b3e162b

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
@@ -12,7 +12,7 @@ RUN apt-get update && \
1212
graphviz \
1313
python3 \
1414
perl \
15-
pybtex \
15+
texlive-bibtex-extra \
1616
&& apt-get clean
1717

1818
RUN ln /usr/bin/dot /usr/sbin/dot

0 commit comments

Comments
 (0)