This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# FOSSology Dockerfile | |
# Copyright Siemens AG 2016, fabio.huser@siemens.com | |
# Copyright TNG Technology Consulting GmbH 2016-2017, maximilian.huber@tngtech.com | |
# | |
# Copying and distribution of this file, with or without modification, | |
# are permitted in any medium without royalty provided the copyright | |
# notice and this notice are preserved. This file is offered as-is, | |
# without any warranty. | |
# | |
# Description: Docker container image recipe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--====Small sources====-- | |
7z: https://github.com/kornelski/7z | |
30 seconds of code: https://github.com/Chalarangelo/30-seconds-of-code | |
FCKeditor: https://java.fckeditor.net/source-repository.html | |
zlib: https://sourceforge.net/p/zlib/code/ | |
--=====Big sources====-- | |
Firefox: https://archive.mozilla.org/pub/firefox/releases/62.0b9/source/ | |
GCC: https://github.com/gcc-mirror/gcc | |
Java Spring: https://github.com/spring-projects/spring-framework |