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 7dd0bd9 commit 4f676e7Copy full SHA for 4f676e7
Dockerfile
@@ -39,6 +39,8 @@ RUN \
39
# Compile.
40
echo "Compiling OpenResty..." && \
41
cd openresty && \
42
+ # Disable SSE4.2 since this is not supported by all CPUs...
43
+ sed-patch 's|#ifndef __SSE4_2__|#if 1|' configure && \
44
./configure -j$(nproc) \
45
--prefix=/var/lib/nginx \
46
--sbin-path=/usr/sbin/nginx \
0 commit comments