Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert(tf2-tftrue): bring back TFTrue upstream #55

Merged
merged 1 commit into from
May 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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