mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
Update Dockerfile
This commit is contained in:
parent
fe2b40054f
commit
f1e766d86a
@ -80,7 +80,7 @@ RUN apt-get update -y && \
|
|||||||
libopenal-dev; \
|
libopenal-dev; \
|
||||||
fi && \
|
fi && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
dbus-uuidgen > /etc/machine-id
|
python3 -c 'import uuid; print(uuid.uuid4()) > /etc/machine-id'
|
||||||
|
|
||||||
# Copy the compiled application from the builder stage
|
# Copy the compiled application from the builder stage
|
||||||
COPY --from=builder /ballistica_cmake \
|
COPY --from=builder /ballistica_cmake \
|
||||||
@ -94,4 +94,4 @@ RUN ln -s ballisticakit* run
|
|||||||
EXPOSE 43210/udp
|
EXPOSE 43210/udp
|
||||||
|
|
||||||
# Set the default command to run the application
|
# Set the default command to run the application
|
||||||
CMD [ "./run" ]
|
CMD [ "./run" ]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user