mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Many Docker Building Fixes/Improvements (#6552)
* Update DockerBuild.sh Ensure that the X11 server allows connections from the Docker container. * Update DockerBuild.sh Removed fix for X11. Will add to DockerRun.sh * Update DockerRun.sh Added help comment to fix and ensure that your X11 server allows connections from the Docker container. * linxu build with docker in readme Add build on linux with docker section * Update README.md * Update README.md * Update README.md remove low ram thing * Update Dockerfile --------- Co-authored-by: samthebest699 <106000727+samthebest699@users.noreply.github.com> Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -68,14 +68,14 @@ WORKDIR OrcaSlicer
|
||||
RUN ./BuildLinux.sh -u
|
||||
|
||||
# Build dependencies in ./deps
|
||||
RUN ./BuildLinux.sh -d
|
||||
RUN ./BuildLinux.sh -dr
|
||||
|
||||
# Build slic3r
|
||||
RUN ./BuildLinux.sh -s
|
||||
RUN ./BuildLinux.sh -sr
|
||||
|
||||
# Build AppImage
|
||||
ENV container podman
|
||||
RUN ./BuildLinux.sh -i
|
||||
RUN ./BuildLinux.sh -ir
|
||||
|
||||
# It's easier to run Orca Slicer as the same username,
|
||||
# UID and GID as your workstation. Since we bind mount
|
||||
|
||||
Reference in New Issue
Block a user