Update dockerfile to use physfs stable 3.0

This commit is contained in:
Leonardo Dias 2019-10-22 17:37:32 -03:00 committed by diath
parent 23bc0ab4b7
commit 6217d8805b

View File

@ -22,7 +22,7 @@ RUN apt-get update; \
apt-get clean && apt-get autoclean
WORKDIR /
RUN hg clone -r stable-2.0 http://hg.icculus.org/icculus/physfs/
RUN hg clone -r stable-3.0 http://hg.icculus.org/icculus/physfs/
WORKDIR /physfs/build/
RUN cmake ..
RUN make -j$(nproc)