From 13f417e6ed2d817936309cb02d30350b464dd478 Mon Sep 17 00:00:00 2001 From: Tranko <37229415+thorkseng@users.noreply.github.com> Date: Sun, 10 Oct 2021 15:55:40 +0000 Subject: [PATCH] Disable dynared for steamcmd Last build cannot run correctly steamcmd to download the Valheim server, I disabled the Dynared with to work. Cons: it slower. ``` BOX86_DYNAREC "0" ``` --- valheim.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/valheim.Dockerfile b/valheim.Dockerfile index e5b4406..6b932e7 100644 --- a/valheim.Dockerfile +++ b/valheim.Dockerfile @@ -30,6 +30,7 @@ RUN make install WORKDIR /root/steam RUN curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf - ENV DEBUGGER "/usr/local/bin/box86" +ENV BOX86_DYNAREC "0" RUN ./steamcmd.sh +@sSteamCmdForcePlatformType linux +login anonymous +force_install_dir /root/valheim_server +app_update 896660 validate +quit ## Box64 installation