There is good news for you. I made a new repository with a single Dockerfile to build every combinations of versions of Ubuntu LTS and gcc you like
Find out more on https://github.com/alexandreelise/install-gcc
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| # ------------------------------------------------------------------------------- | |
| # - | |
| # Python dual-logging setup (console and log file), - | |
| # supporting different log levels and colorized output - | |
| # - | |
| # Created by Fonic <https://github.com/fonic> - | |
| # Date: 04/05/20 - 02/07/23 - |
There is good news for you. I made a new repository with a single Dockerfile to build every combinations of versions of Ubuntu LTS and gcc you like
Find out more on https://github.com/alexandreelise/install-gcc
| # Bash best practices and style-guide | |
| Just simple methods to keep the code clean. | |
| Inspired by [progrium/bashstyle](https://github.com/progrium/bashstyle) and [Kfir Lavi post](http://www.kfirlavi.com/blog/2012/11/14/defensive-bash-programming/). | |
| ## Quick big rules | |
| * All code goes in a function | |
| * Always double quote variables |