Skip to content

Commit

Permalink
Add gitignore and remove wget verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Bolullo committed Feb 6, 2024
1 parent 1a97ead commit 9c73a79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye
ENV APPIMAGE_EXTRACT_AND_RUN=1
RUN apt-get update && apt-get install -y libwebkit2gtk-4.0-37 wget
RUN wget https://github.com/SoftFever/OrcaSlicer/releases/download/v1.9.0/OrcaSlicer_Linux_V1.9.0.AppImage -O /bin/orcaslicer && chmod +x /bin/orcaslicer
COPY /root /
RUN apt-get update && apt-get install --yes libwebkit2gtk-4.0-37 wget
RUN wget --no-verbose https://github.com/SoftFever/OrcaSlicer/releases/download/v1.9.0/OrcaSlicer_Linux_V1.9.0.AppImage -O /bin/orcaslicer && chmod +x /bin/orcaslicer
COPY /root /

0 comments on commit 9c73a79

Please sign in to comment.