Skip to content

Commit 0a81e21

Browse files
committed
Fix installation of Lua filters on alpine
release=3.4 stack=alpine
1 parent 1b697c2 commit 0a81e21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

alpine/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,9 @@ ARG LUA_FILTERS_VERSION=v2021-11-05
197197
RUN wget ${LUA_FILTERS_REPO}/${LUA_FILTERS_VERSION}/lua-filters.tar.gz \
198198
&& tar xzf lua-filters.tar.gz \
199199
--strip-components=1 \
200-
--one-top-level=$TEMPLATES_DIR \
200+
--one-top-level=$PANDOC_DATA_DIR \
201201
&& rm -f lua-filters.tar.gz
202202

203203
# tectonic
204204
RUN apk --no-cache add tectonic
205+

0 commit comments

Comments
 (0)