File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,8 @@ FROM registry.gitlab.steamos.cloud/steamrt/sniper/sdk
22
33WORKDIR /app
44
5- RUN apt update && apt install -y wget gnupg lsb-release curl
6- RUN curl -fsSL https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
7- RUN echo "deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-14 main" > /etc/apt/sources.list.d/llvm.list
8- RUN apt update && apt install -y clang-14
9- RUN ln -sf /usr/bin/clang-14 /usr/bin/clang && ln -sf /usr/bin/clang-14 /usr/bin/clang++
10-
5+ RUN apt update && apt install -y gcc-10 g++-10
6+ RUN ln -sf /usr/bin/gcc-10 /usr/bin/cc && ln -sf /usr/bin/g++-10 /usr/bin/c++
117RUN git clone https://github.com/alliedmodders/ambuild
128RUN cd ambuild && python setup.py install && cd ..
139RUN git clone https://github.com/alliedmodders/metamod-source
You can’t perform that action at this time.
0 commit comments