diff --git a/Dockerfile b/Dockerfile index 93067ea6..caefe9de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,10 @@ ENV LANG en_US.utf8 ENV LANGUAGE=en_US +COPY ./ ./ballistica + +WORKDIR /ballistica + RUN DEBIAN_FRONTEND=noninteractive \ apt-get update -y && \ apt-get install -y \ @@ -14,18 +18,15 @@ RUN DEBIAN_FRONTEND=noninteractive \ libvorbisfile3 \ freeglut3-dev \ libopenal-dev \ - make + make \ + curl \ + rsync \ + clang-format \ + cmake \ + libvorbis-dev -RUN apt-get install -y curl rsync -RUN apt-get install -y clang-format ARG BOMBSQUAD_VERSION=N/A -# WORKDIR /home/ubuntu/ - -COPY ./ ./ballistica - -WORKDIR /ballistica - LABEL bombsquad_version=${BOMBSQUAD_VERSION} CMD [ "./do_stuff" ] diff --git a/do_stuff b/do_stuff index 15af9f73..f47e0f5a 100755 --- a/do_stuff +++ b/do_stuff @@ -6,4 +6,4 @@ echo rm tools/pcommand rm -rf .venv make env -make cmake \ No newline at end of file +make cmake-server \ No newline at end of file