diff --git a/Dockerfile b/Dockerfile index cb464de..a62dbbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,9 @@ RUN git clone ${CRAWL_REPO} /src/ RUN cd /src/crawl-ref/source && \ make -j4 USE_DGAMELAUNCH=y WEBTILES=y +# Make directory for RCs +RUN mkdir -p /src/crawl-ref/source/rcs + # Clean up unnecessary packages RUN apt-get remove -y ${BUILD_DEPS} && \ apt-get autoremove --purge -y && \ diff --git a/Dockerfile.webtiles b/Dockerfile.webtiles index cb464de..a62dbbe 100644 --- a/Dockerfile.webtiles +++ b/Dockerfile.webtiles @@ -26,6 +26,9 @@ RUN git clone ${CRAWL_REPO} /src/ RUN cd /src/crawl-ref/source && \ make -j4 USE_DGAMELAUNCH=y WEBTILES=y +# Make directory for RCs +RUN mkdir -p /src/crawl-ref/source/rcs + # Clean up unnecessary packages RUN apt-get remove -y ${BUILD_DEPS} && \ apt-get autoremove --purge -y && \ diff --git a/util/webtiles-init-player.sh b/util/webtiles-init-player.sh new file mode 100755 index 0000000..e69de29