Skip to content

Commit

Permalink
Merge pull request #457 from cutekitek/main
Browse files Browse the repository at this point in the history
fix dockerfile
  • Loading branch information
MihailRis authored Jan 29, 2025
2 parents 41dfcad + dfd18d6 commit df5645e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
# Install EnTT
RUN git clone https://github.com/skypjack/entt.git && \
cd entt/build && \
cmake -DCMAKE_BUILD_TYPE=Release .. && \
cmake -DCMAKE_BUILD_TYPE=Release -DENTT_INSTALL=on .. && \
make install && \
cd ../.. && rm -rf entt

Expand Down

0 comments on commit df5645e

Please sign in to comment.