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 2ecb901 commit 18b76ddCopy full SHA for 18b76dd
alpine/Dockerfile
@@ -87,8 +87,7 @@ RUN ln -s /usr/local/bin/pandoc /usr/local/bin/pandoc-lua && \
87
apk --no-cache add \
88
gmp \
89
libffi \
90
- lua$lua_version \
91
- lua$lua_version-lpeg
+ lua$lua_version
92
93
# Core ##################################################################
94
FROM alpine-minimal AS alpine-core
ubuntu/Dockerfile
@@ -91,7 +91,6 @@ RUN ln -s /usr/local/bin/pandoc /usr/local/bin/pandoc-lua \
apt-get install --assume-yes --no-install-recommends \
ca-certificates=\* \
liblua$lua_version-0=\* \
- lua-lpeg=\* \
95
libatomic1=\* \
96
libgmp10=\* \
97
libpcre3=\* \
0 commit comments