Skip to content

Commit

Permalink
(#3) Fix Wesnoth checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Jan 12, 2022
1 parent eb88c63 commit 178b5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN echo "Cloning Wesnoth ${WESNOTH_VERSION:-master}." && \
https://github.com/wesnoth/wesnoth \
/wesnoth
WORKDIR /wesnoth
RUN git sparse-checkout set data/tools/wmllint data/tools/wmlindent
RUN git sparse-checkout set data/tools/

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 178b5b9

Please sign in to comment.