Skip to content

Commit e507b6e

Browse files
committed
Finish migration of main virtual hooks
Still needs testing
1 parent 32027b4 commit e507b6e

3 files changed

Lines changed: 284 additions & 231 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt update && apt install -y clang-16
66
RUN ln -sf /usr/bin/clang-16 /usr/bin/clang && ln -sf /usr/bin/clang++-16 /usr/bin/clang++
77
RUN git clone https://github.com/alliedmodders/ambuild
88
RUN cd ambuild && python setup.py install && cd ..
9-
RUN git clone -b k/sourcehook_alternative https://github.com/alliedmodders/metamod-source
9+
RUN git clone --recurse-submodules -b k/sourcehook_alternative https://github.com/alliedmodders/metamod-source
1010
RUN git config --global --add safe.directory /app
1111

1212
COPY ./docker-entrypoint.sh ./

0 commit comments

Comments
 (0)