From ce8248bb7606a617236aa2798c8daeac1d4a017b Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:55:42 +0200 Subject: [PATCH] Update build/Dockerfile Co-authored-by: Jordan Dominion --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 16bedcc9ab..8a3a1d24f7 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -59,7 +59,7 @@ RUN export TGS_TELEMETRY_KEY_FILE="../../${TGS_TELEMETRY_KEY_FILE}" \ FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim #needed for byond, curl for healthchecks -RUN pkg --add-architecture i386 \ +RUN dpkg --add-architecture i386 \ && apt-get update \ && apt-get install -y \ gcc-multilib \