Skip to content

Instantly share code, notes, and snippets.

@dmitryrn
dmitryrn / Dockerfile
Last active February 25, 2023 11:02
A sample of a working, reproducible Screeps dedicated server
FROM debian:11
RUN apt update
RUN apt install python2 -y
RUN apt install build-essential -y
RUN apt install curl -y
##############################################