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

feat(tf2-tftrue): switch to melkortf TFTrue fork #65

Merged
merged 1 commit into from
Jun 22, 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/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