From 6217d8805b207d4fd3b9047598f9523c672eaabc Mon Sep 17 00:00:00 2001 From: Leonardo Dias Date: Tue, 22 Oct 2019 17:37:32 -0300 Subject: [PATCH] Update dockerfile to use physfs stable 3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16df10a4..8259bce0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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)