mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
Update dockerfile to use physfs stable 3.0
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user