https://github.com/marcus67/docker-python-app
Simple Docker container for testing and running Python applications based on base image `python:3.8.7`.
https://github.com/marcus67/docker-python-app
Last synced: 4 months ago
JSON representation
Simple Docker container for testing and running Python applications based on base image `python:3.8.7`.
- Host: GitHub
- URL: https://github.com/marcus67/docker-python-app
- Owner: marcus67
- Created: 2022-01-21T18:18:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T11:05:02.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T08:49:56.605Z (about 1 year ago)
- Language: Dockerfile
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-python-app
Simple Docker container for testing and running Python applications based on base image `python:3.9-slim`.
## Installed Debian Packages
* chromium
* python3
* python3-dev
* pip3
* gcc
* apt-utils
* curl
* unzip
* openssh-client
* sshpass
* twine
* libsasl2-dev
* libldap2-dev
* libssl-dev
* libnss3
* libasound2
* xvfb
* jq
* iputils-ping
* sudo
* iptables
## Preinstalled PIP packages
* jinja2
* coverage
* selenium
* codecov
* babel
* twine
* wheel
* install
* setuptools
## Support for SonarQube
The container has the CLI tools (version 4.6.0.2311) for uploading to SonarQube installed.
## Updating the Chromium base position
See [here](https://omahaproxy.appspot.com/) to obtain the base position.