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:
parent
1094f0c368
commit
13f417e6ed
|
|
@ -30,6 +30,7 @@ RUN make install
|
||||||
WORKDIR /root/steam
|
WORKDIR /root/steam
|
||||||
RUN curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -
|
RUN curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -
|
||||||
ENV DEBUGGER "/usr/local/bin/box86"
|
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
|
RUN ./steamcmd.sh +@sSteamCmdForcePlatformType linux +login anonymous +force_install_dir /root/valheim_server +app_update 896660 validate +quit
|
||||||
|
|
||||||
## Box64 installation
|
## Box64 installation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue