Compare commits

..

No commits in common. "656429a40ce11a5b1384959e975e3911ec51cb0a" and "249d565ffb567afc66403a4b325b99147e5f72cc" have entirely different histories.

2 changed files with 4 additions and 13 deletions

View File

@ -22,9 +22,8 @@ RUN cp linux32/crashhandler.so linux32/steamservice.so
RUN mkdir ~/.steam RUN mkdir ~/.steam
RUN ln -s /steamcmd/linux32/ ~/.steam/sdk32 RUN ln -s /steamcmd/linux32/ ~/.steam/sdk32
RUN ./steamcmd.sh +force_install_dir /hlds +login anonymous +app_set_config 90 +mod cstrike +quit; exit 0 RUN ./steamcmd.sh +force_install_dir /hlds +login anonymous +app_update 90 +quit; exit 0
RUN ./steamcmd.sh +force_install_dir /hlds +login anonymous +app_update 90 -beta steam_legacy +quit; exit 0 RUN ./steamcmd.sh +force_install_dir /hlds +login anonymous +app_update 90 validate +quit
RUN ./steamcmd.sh +force_install_dir /hlds +login anonymous +app_update 90 -beta steam_legacy validate +quit
WORKDIR /hlds WORKDIR /hlds

View File

@ -1,18 +1,10 @@
# cstrike # cstrike
Образ основан на [этом репозитории](https://github.com/AMXX4u/BasePack). Образ основан на [этом репозитории](https://github.com/AMXX4u/BasePack).
## setup ## Развёртывание
``` ```
mkdir /opt/cstrike mkdir /opt/cstrike
cd /opt/cstrike cd /opt/cstrike
git clone github.com/fruworg/cstrike . git clone github.com/fruworg/cstrike
docker compose up -d docker compose up -d
``` ```
## build
```
mkdir /opt/cstrike
cd /opt/cstrike
git clone github.com/fruworg/cstrike .
docker build . --platform=linux/386 -t cstrike
```