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"
```
This commit is contained in:
Tranko 2021-10-10 15:55:40 +00:00 committed by GitHub
parent 1094f0c368
commit 13f417e6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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