finally its working

This commit is contained in:
Loup-Garou911XD 2024-05-17 06:44:24 +05:30
parent a5baa6ff29
commit 6acaa1065e
2 changed files with 11 additions and 10 deletions

View File

@ -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" ]

View File

@ -6,4 +6,4 @@ echo
rm tools/pcommand
rm -rf .venv
make env
make cmake
make cmake-server