diff --git a/.drone.yml b/.drone.yml index 779e040..38f5886 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,7 @@ steps: image: docker.io/library/docker:25.0.3-git commands: - sleep 10 # give docker enough time to initialize - - docker image build --cache-from git.williammiceli.systems/william/docker_satisfactory-server:latest --tag image:latest . + - docker image build --tag image:latest . volumes: - name: dockersock path: /var/run diff --git a/Dockerfile b/Dockerfile index 6d2a8a2..378fce6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,8 @@ USER steam WORKDIR /home/steam # Install Satisfactory dedicated server -RUN steamcmd +force_install_dir /home/steam/satisfactory_server +login anonymous +app_update 1690800 -beta public validate +quit +RUN steamcmd +force_install_dir /home/steam/satisfactory_server +login anonymous +app_update 1690800 -beta public validate +quit && \ + rm -rf /tmp/* /var/tmp/* /home/steam/.local /home/steam/.steam # Expose ports: # - 7777/udp for game traffic