mirror of
https://github.com/edubart/otclient.git
synced 2025-04-29 17:19:20 +02:00
Update physfs repo in Dockerfile (#1165)
This commit is contained in:
parent
e73f6df221
commit
3092b5b2d5
@ -17,12 +17,11 @@ RUN apt-get update; \
|
|||||||
libopenal-dev \
|
libopenal-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libvorbis-dev \
|
libvorbis-dev \
|
||||||
mercurial \
|
|
||||||
zlib1g-dev; \
|
zlib1g-dev; \
|
||||||
apt-get clean && apt-get autoclean
|
apt-get clean && apt-get autoclean
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN hg clone -r stable-3.0 http://hg.icculus.org/icculus/physfs/
|
RUN git clone --branch release-3.0.2 --depth 1 https://github.com/icculus/physfs.git
|
||||||
WORKDIR /physfs/build/
|
WORKDIR /physfs/build/
|
||||||
RUN cmake ..
|
RUN cmake ..
|
||||||
RUN make -j$(nproc)
|
RUN make -j$(nproc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user