Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download Sketchup Make directly into the container #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV WINEARCH=win64
RUN xvfb-run winetricks -q vcrun2017
RUN winetricks -q win7
WORKDIR /home/user
COPY sketchupmake-2017-2-2555-90782-en-x64.exe /home/user/
ADD --chown=user:user https://www.sketchup.com/sketchup/2017/en/sketchupmake-2017-2-2555-90782-en-x64-exe sketchupmake-2017-2-2555-90782-en-x64.exe
RUN echo '9841792f170d803ae95a2741c44cce38e618660f98a1a3816335e9bf1b45a337 sketchupmake-2017-2-2555-90782-en-x64.exe' | sha256sum -c
RUN 7za x sketchupmake-2017-2-2555-90782-en-x64.exe SketchUp2017-x64.msi && wine64 msiexec /i SketchUp2017-x64.msi /quiet && rm -f SketchUp2017-x64.msi
RUN ls -la ".wine/drive_c/Program Files/SketchUp/SketchUp 2017/SketchUp.exe"
Expand Down