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 447e371 commit 6de88adCopy full SHA for 6de88ad
Dockerfile
@@ -79,7 +79,7 @@ RUN apt-get update && apt-get install -y autoconf texinfo automake && \
79
80
81
# lua for plugin Lua
82
-RUN curl -R -O http://www.lua.org/ftp/lua-5.4.6.tar.gz \
+RUN curl -L -R -O https://www.lua.org/ftp/lua-5.4.6.tar.gz \
83
&& tar zxf lua-5.4.6.tar.gz \
84
&& cd lua-5.4.6 \
85
&& make all test \
0 commit comments