|
|
@ -33,6 +33,10 @@ RUN cd shadow-of-the-wyrm && \ |
|
|
|
RUN cd shadow-of-the-wyrm && \ |
|
|
|
RUN cd shadow-of-the-wyrm && \ |
|
|
|
sed -i 's/display=sdl/display=curses/g' swyrm.ini |
|
|
|
sed -i 's/display=sdl/display=curses/g' swyrm.ini |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# update ini to match current season by default |
|
|
|
|
|
|
|
RUN cd shadow-of-the-wyrm && \ |
|
|
|
|
|
|
|
sed -i 's/current_month_is_start_month=0/current_month_is_start_month=1/g' swyrm.ini |
|
|
|
|
|
|
|
|
|
|
|
# remove git data from package |
|
|
|
# remove git data from package |
|
|
|
RUN rm -rf shadow-of-the-wyrm/.git* |
|
|
|
RUN rm -rf shadow-of-the-wyrm/.git* |
|
|
|
|
|
|
|
|
|
|
|