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 7e6454c commit e8e743cCopy full SHA for e8e743c
build/Dockerfile.luam
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
10
11
WORKDIR /usr/src
12
13
-RUN wget https://ftp.pcre.org/pub/pcre/pcre2-10.42.tar.gz && \
+RUN wget https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.42/pcre2-10.42.tar.gz && \
14
tar zxvf pcre2-10.42.tar.gz && \
15
cd pcre2-10.42 && \
16
./configure --prefix=/usr/local --enable-jit && \
0 commit comments