Skip to content

Commit

Permalink
EDIT Dockerfile doesn't need +x on Scribunto lua
Browse files Browse the repository at this point in the history
Looks like we don't need to explicitly set Scribunto's lua to be
executable anymore, looks like they get installed that way by default.
  • Loading branch information
ionparticle committed Dec 8, 2023
1 parent bc97289 commit bbb1bb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ COPY AddMediaInfo.patch ./AddMediaInfo.patch
RUN git apply AddMediaInfo.patch

RUN mkdir -p /data \
&& chmod a+x /var/www/html/extensions/Scribunto/includes/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua \
&& chmod a+rw /var/www/html/extensions/Widgets/compiled_templates

VOLUME /data
Expand Down

0 comments on commit bbb1bb3

Please sign in to comment.