fix: Dockerfile EnTT post-installation cleanup
This commit is contained in:
parent
6362018d78
commit
b20ba185d4
@ -25,11 +25,12 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
# Install EnTT
|
||||||
RUN git clone https://github.com/skypjack/entt.git && \
|
RUN git clone https://github.com/skypjack/entt.git && \
|
||||||
cd entt/build && \
|
cd entt/build && \
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release .. && \
|
cmake -DCMAKE_BUILD_TYPE=Release .. && \
|
||||||
make install && \
|
make install && \
|
||||||
cd .. && rm -rf entt
|
cd ../.. && rm -rf entt
|
||||||
|
|
||||||
|
|
||||||
# CMake missing LUA_INCLUDE_DIR and LUA_LIBRARIES fix:
|
# CMake missing LUA_INCLUDE_DIR and LUA_LIBRARIES fix:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user