mirror of
https://github.com/ZorgCC/docker-games-scripts.git
synced 2025-02-23 11:51:06 +03:00
csgo test image
This commit is contained in:
parent
9b3b21579b
commit
9d55820ef3
23
linux/csgo/Dockerfile
Normal file
23
linux/csgo/Dockerfile
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
FROM epicmorg/steamcmd
|
||||||
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
WORKDIR $VALVE_GAME_FOLDER
|
||||||
|
|
||||||
|
##################################################################
|
||||||
|
# installing csgo
|
||||||
|
##################################################################
|
||||||
|
|
||||||
|
RUN steamcmd +login anonymous +force_install_dir $VALVE_GAME_FOLDER +app_update 740 validate +quit && \
|
||||||
|
ls -asl $VALVE_GAME_FOLDER
|
||||||
|
|
||||||
|
|
||||||
|
##################################################################
|
||||||
|
# cleaninig up
|
||||||
|
##################################################################
|
||||||
|
RUN apt clean -y && \
|
||||||
|
apt autoclean -y && \
|
||||||
|
rm -rfv $VALVE_STEAMCMD_FOLDER/steamcmd_linux.tar.gz && \
|
||||||
|
rm -rfv /tmp/ && \
|
||||||
|
rm -rfv /var/lib/apt/lists/* && \
|
||||||
|
rm -rfv /var/cache/apt/archives/*.deb
|
5
linux/csgo/Makefile
Normal file
5
linux/csgo/Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
all: emgcmd
|
||||||
|
emgcmd:
|
||||||
|
docker build --compress -t epicmorg/edge:csgo .
|
||||||
|
# docker push epicmorg/edge:csgo
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user