Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Loup-Garou911XD authored Jun 13, 2024
1 parent 89f0d1b commit 56341a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 56341a0

Please sign in to comment.