Skip to content

Commit

Permalink
fix(tf2-tftrue): use sapphonie's fork of TFTrue (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored May 19, 2022
1 parent 934e49f commit 751eb5c
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=f5d866fcd5e6d27992b888919484a7b1a3f24454
ARG TFTRUE_REPOSITORY_URL=https://github.com/sapphonie/TFTrue.git
ARG TFTRUE_COMMIT=1eacc1c5d84922fa5c8c1d84fe315d4db321df16

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

0 comments on commit 751eb5c

Please sign in to comment.