mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-18 02:50:41 +01:00
Create Dockerfile
This commit is contained in:
34
files/scripts/development-branch/docker/Dockerfile
Normal file
34
files/scripts/development-branch/docker/Dockerfile
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
####################################################################################################
|
||||||
|
# Name: Autodesk Fusion 360 - Dockerfile #
|
||||||
|
# Description: With this file you get Autodesk Fusion 360 to work on diffent systems via Docker. #
|
||||||
|
# Author: Steve Zabka #
|
||||||
|
# Author URI: https://cryinkfly.com #
|
||||||
|
# License: MIT #
|
||||||
|
# Copyright (c) 2020-2021 #
|
||||||
|
# Time/Date: 12:45/07.12.2021 #
|
||||||
|
# Version: 0.0.1 #
|
||||||
|
####################################################################################################
|
||||||
|
|
||||||
|
###############################################################################################################################################################
|
||||||
|
# DESCRIPTION IN DETAIL #
|
||||||
|
###############################################################################################################################################################
|
||||||
|
# #
|
||||||
|
# STILL IN PROGRESS!!! #
|
||||||
|
# #
|
||||||
|
###############################################################################################################################################################
|
||||||
|
|
||||||
|
# STILL IN PROGRESS!!!
|
||||||
|
|
||||||
|
# Basis-Image:
|
||||||
|
FROM opensuse/leap:15.3
|
||||||
|
# Information about the author of this Dockerfile:
|
||||||
|
MAINTAINER Steve Zabka <info@cryinkfly.de>
|
||||||
|
|
||||||
|
# Update the system.
|
||||||
|
RUN zypper up -y && /
|
||||||
|
zypper rr https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_15.3/ wine && /
|
||||||
|
zypper ar -cfp 95 https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_15.3/ wine && /
|
||||||
|
zypper install -y p7zip p7zip-full curl wget wine samba cabextract wget zenity && /
|
||||||
|
wget -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && /
|
||||||
|
chmod +x winetricks && /
|
||||||
|
cp winetricks /usr/local/bin
|
||||||
Reference in New Issue
Block a user