Skip to content

Commit 25d7e40

Browse files
authored
Update Dockerfile
1 parent ad3f394 commit 25d7e40

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Dockerfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ FROM registry.gitlab.steamos.cloud/steamrt/sniper/sdk
22

33
WORKDIR /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++
117
RUN git clone https://github.com/alliedmodders/ambuild
128
RUN cd ambuild && python setup.py install && cd ..
139
RUN git clone https://github.com/alliedmodders/metamod-source

0 commit comments

Comments
 (0)