Fixup docker build/run (#5139)

* Fix MPFR dep build on docker

* Clean up after docker run
This commit is contained in:
JayKim
2024-04-30 07:05:59 -06:00
committed by GitHub
parent aa209903d5
commit 423f557c34
2 changed files with 4 additions and 2 deletions

View File

@@ -20,6 +20,8 @@ docker run \
--privileged=true \
`# Attach tty for running orca slicer with command line things` \
-ti \
`# Clean up after yourself` \
--rm \
`# Pass all parameters from this script to the orca slicer ENTRYPOINT binary` \
orcaslicer $*