mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +08:00
finally its working
This commit is contained in:
parent
a5baa6ff29
commit
6acaa1065e
19
Dockerfile
19
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" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user