mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +08:00
Update Dockerfile
This commit is contained in:
parent
89f0d1b55b
commit
56341a0255
@ -80,7 +80,7 @@ RUN apt-get update -y && \
|
||||
libopenal-dev; \
|
||||
fi && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
python3 -c 'import uuid; print(uuid.uuid4())' > /etc/machine-id
|
||||
python3.12 -c 'import uuid; print(uuid.uuid4())' > /etc/machine-id
|
||||
|
||||
# Copy the compiled application from the builder stage
|
||||
COPY --from=builder /ballistica_cmake \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user