Update Dockerfile

This commit is contained in:
Loup 2024-06-13 18:32:42 +05:30 committed by GitHub
parent fe2b40054f
commit f1e766d86a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \