Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsanfte authored Jan 30, 2023
1 parent 80f75b9 commit 37ac02c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,7 @@ RUN /home/eqemu/perl5/perlbrew/bin/cpanm IO::Stringy && \
/home/eqemu/perl5/perlbrew/bin/cpanm ETHER/Devel-Declare-0.006019.tar.gz && \
/home/eqemu/perl5/perlbrew/bin/cpanm -n perl5i

# Fix lua_modules needing to also be accessible in the root instead of just inside /quests... weirdness
RUN ln -s /home/eqemu/quests/lua_modules /home/eqemu/lua_modules

ENTRYPOINT /bin/bash

0 comments on commit 37ac02c

Please sign in to comment.