Remove ancient dockerfile

This commit is contained in:
Pierre Le Moine
2021-04-12 18:23:37 +02:00
committed by wwmayer
parent 3a7583be5e
commit cc7f36599e
4 changed files with 0 additions and 27 deletions

1
.gitignore vendored
View File

@@ -34,7 +34,6 @@ install_manifest.txt
/src/Tools/offlinedoc/localwiki/
/src/Tools/offlinedoc/*.txt
OpenSCAD_rc.py
.subuser-dev
/\.idea/
.tags
tags

View File

@@ -1 +0,0 @@
{"image-sources-dir": "./subuser"}

View File

@@ -1,14 +0,0 @@
FROM ubuntu:14.04
RUN apt-get update
RUN apt-get install -yqq software-properties-common
RUN add-apt-repository ppa:freecad-maintainers/freecad-daily
RUN apt-get update
RUN apt-get install -yqq build-essential python python2.7-dev subversion cmake libtool autotools-dev automake bison flex gfortran git
RUN apt-get install -yqq libCoin80-dev libCoin80-doc libsoqt4-dev libqt4-dev qt4-dev-tools libsoqt4-dev python-qt4 libqtwebkit-dev
RUN apt-get install -yqq liboce-foundation-dev liboce-modeling-dev liboce-ocaf-dev liboce-visualization-dev oce-draw
RUN apt-get install -yqq libode-dev libeigen2-dev libeigen3-dev libsimage-dev libxerces-c2-dev
RUN apt-get install -yqq libpyside-dev pyside-tools libshiboken-dev doxygen python-pivy
RUN apt-get install -yqq libboost1.55-all-dev
RUN apt-get install -yqq libmedc-dev libvtk6-dev libproj-dev
RUN apt-get install -yqq libxerces-c-dev
RUN ln -s /usr/lib/x86_64-linux-gnu/libxerces-c.so /usr/lib/libxerces-c.so

View File

@@ -1,11 +0,0 @@
{
"maintainer": "Timothy <timothyhobbs@seznam.cz>",
"stateful-home": true,
"executable": "/bin/bash",
"allow-network-access": true,
"basic-common-permissions": true,
"description": "A development environment for building and running freecad.",
"access-working-directory": true,
"graphics-card": true,
"gui": {"clipboard":true}
}