Sign inSign up

ppolxda/pyinstaller-linux

By ppolxda

Updated about 5 years ago

Image
0

1.1K

ppolxda/pyinstaller-linux repository overview

PyInstaller Docker Images

Use non-root Docker containers to ease compiling Python applications to binaries / exe files.

ppolxda/pynstaller-linux

Usage

docker run --rm -v "$(pwd):/src/" ppolxda/pyinstaller-linux
docker run --rm -v "$(pwd):/src/" --entrypoint /bin/sh ppolxda/pyinstaller-linux -c "apt-get update -y && apt-get install -y wget && /entrypoint.sh"
docker run --rm -v "$(pwd):/src/" ppolxda/pyinstaller-linux "pyinstaller your-script.py"

Build

docker build --rm --tag=ppolxda/pyinstaller-linux .
docker build --rm --tag=ppolxda/pyinstaller-linux --build-arg PYPI_INDEX_URL_ARG=https://pypi.douban.com/simple/ . 

Tag summary

Content type

Image

Digest

Size

333.7 MB

Last updated

about 5 years ago

docker pull ppolxda/pyinstaller-linux