Skip to content

Commit a17e31f

Browse files
committed
build(deps): workaround for chktex and lacheck patch version on arm64 only
1 parent 0458c61 commit a17e31f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

latex/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ RUN apt-get update \
1818
# FIXME @TL workaround for amd64 vs arm64 versions
1919
&& if [ "$(\uname -m)" = 'aarch64' ]; then \
2020
SUFFIX='+b1' ; \
21+
else \
22+
SUFFIX='' ; \
2123
fi \
2224
&& apt-get install --no-install-recommends -y \
2325
adduser=3.152 \

0 commit comments

Comments
 (0)