Skip to content

Commit 18b76dd

Browse files
committed
Don't install a system-wide lpeg
Pandoc now relies on the version that's compiled-in.
1 parent 2ecb901 commit 18b76dd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ RUN ln -s /usr/local/bin/pandoc /usr/local/bin/pandoc-lua && \
8787
apk --no-cache add \
8888
gmp \
8989
libffi \
90-
lua$lua_version \
91-
lua$lua_version-lpeg
90+
lua$lua_version
9291

9392
# Core ##################################################################
9493
FROM alpine-minimal AS alpine-core

ubuntu/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ RUN ln -s /usr/local/bin/pandoc /usr/local/bin/pandoc-lua \
9191
apt-get install --assume-yes --no-install-recommends \
9292
ca-certificates=\* \
9393
liblua$lua_version-0=\* \
94-
lua-lpeg=\* \
9594
libatomic1=\* \
9695
libgmp10=\* \
9796
libpcre3=\* \

0 commit comments

Comments
 (0)