mirror of
https://github.com/edubart/otclient.git
synced 2025-04-29 09:19:19 +02:00
Update dockerfile to use physfs stable 3.0
This commit is contained in:
parent
23bc0ab4b7
commit
6217d8805b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user