We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227f2b7 commit 0458c61Copy full SHA for 0458c61
latex/Dockerfile
@@ -15,14 +15,18 @@ ENV DEBIAN_FRONTEND=noninteractive
15
16
RUN apt-get update \
17
&& apt-get upgrade -y \
18
+ # FIXME @TL workaround for amd64 vs arm64 versions
19
+ && if [ "$(\uname -m)" = 'aarch64' ]; then \
20
+ SUFFIX='+b1' ; \
21
+ fi \
22
&& apt-get install --no-install-recommends -y \
23
adduser=3.152 \
24
biber=2.20-2 \
- chktex=1.7.9-1 \
25
+ chktex=1.7.9-1${SUFFIX} \
26
curl=8.14.1-2 \
27
ghostscript=10.05.1~dfsg-1 \
28
git=1:2.47.2-0.2 \
- lacheck=1.26-17.1 \
29
+ lacheck=1.26-17.1${SUFFIX} \
30
latex-make=2.4.3-1 \
31
latex-mk=2.1-6 \
32
latexmk=1:4.86~ds-1 \
0 commit comments