Skip to content

Commit 6de88ad

Browse files
authored
Update Dockerfile
update lua download url
1 parent 447e371 commit 6de88ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN apt-get update && apt-get install -y autoconf texinfo automake && \
7979

8080

8181
# lua for plugin Lua
82-
RUN curl -R -O http://www.lua.org/ftp/lua-5.4.6.tar.gz \
82+
RUN curl -L -R -O https://www.lua.org/ftp/lua-5.4.6.tar.gz \
8383
&& tar zxf lua-5.4.6.tar.gz \
8484
&& cd lua-5.4.6 \
8585
&& make all test \

0 commit comments

Comments
 (0)