Updated Dockerfile, added Tiles version
This commit is contained in:
@@ -21,8 +21,8 @@ RUN pip3 install tornado
|
||||
RUN git clone ${CRAWL_REPO} /src/
|
||||
|
||||
# Build crawl
|
||||
RUN cd /src/crawl/crawl-ref/src && \
|
||||
make -j4 USE_DGAMELAUNCH=y TILES=y WEBTILES=y
|
||||
RUN cd /src/crawl-ref/source && \
|
||||
make -j4 USE_DGAMELAUNCH=y WEBTILES=y
|
||||
|
||||
# Clean up unnecessary packages
|
||||
RUN apt-get remove -y ${BUILD_DEPS} && \
|
||||
|
||||
Reference in New Issue
Block a user