We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32027b4 commit e507b6eCopy full SHA for e507b6e
3 files changed
Dockerfile
@@ -6,7 +6,7 @@ RUN apt update && apt install -y clang-16
6
RUN ln -sf /usr/bin/clang-16 /usr/bin/clang && ln -sf /usr/bin/clang++-16 /usr/bin/clang++
7
RUN git clone https://github.com/alliedmodders/ambuild
8
RUN cd ambuild && python setup.py install && cd ..
9
-RUN git clone -b k/sourcehook_alternative https://github.com/alliedmodders/metamod-source
+RUN git clone --recurse-submodules -b k/sourcehook_alternative https://github.com/alliedmodders/metamod-source
10
RUN git config --global --add safe.directory /app
11
12
COPY ./docker-entrypoint.sh ./
0 commit comments