Skip to content

Commit

Permalink
feat(tf2-tftrue): switch to melkortf TFTrue fork (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored Jun 22, 2022
1 parent d0fa397 commit 5746cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tf2-tftrue/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM debian:latest AS tftrue-build
WORKDIR /build

ARG TFTRUE_REPOSITORY_URL=https://github.com/AnAkkk/TFTrue.git
ARG TFTRUE_COMMIT=7008ad4591d6b384a461c5bc5d8bfffadf1fecbd
ARG TFTRUE_REPOSITORY_URL=https://github.com/melkortf/TFTrue.git
ARG TFTRUE_COMMIT=8472f93a0e71c0a8fcd38370adbf3b86c3cf3d2b

RUN apt-get -y update \
&& apt-get install -y build-essential git cmake gcc-multilib g++-multilib \
Expand Down

0 comments on commit 5746cd9

Please sign in to comment.