Skip to content

Commit

Permalink
revert(tf2-tftrue): bring back TFTrue upstream (#55)
Browse files Browse the repository at this point in the history
Revert "fix(tf2-tftrue): use sapphonie's fork of TFTrue (#53)"

This reverts commit 751eb5c.
  • Loading branch information
garrappachc authored May 20, 2022
1 parent f1a19f4 commit fad2157
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/sapphonie/TFTrue.git
ARG TFTRUE_COMMIT=1eacc1c5d84922fa5c8c1d84fe315d4db321df16
ARG TFTRUE_REPOSITORY_URL=https://github.com/AnAkkk/TFTrue.git
ARG TFTRUE_COMMIT=f5d866fcd5e6d27992b888919484a7b1a3f24454

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

0 comments on commit fad2157

Please sign in to comment.