Block a user
	alpine-python-3.9.9 (latest)
		
		
		Published 2024-05-07 16:02:52 +02:00  by midefos
		
	
Installation
docker pull git.midefos.com/midefos/alpine-python-3.9.9:latestsha256:579768619ca99415b5ecbd2b5cff328cfdf3304441517ea17771098bc14ffd1e
					Image Layers
| ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / | 
| CMD ["/bin/sh"] | 
| RUN /bin/sh -c apk add wget gcc make zlib-dev libffi-dev openssl-dev musl-dev # buildkit | 
| WORKDIR /tmp | 
| RUN /bin/sh -c wget https://www.python.org/ftp/python/3.9.9/Python-3.9.9.tgz # buildkit | 
| RUN /bin/sh -c tar -xvf Python-3.9.9.tgz # buildkit | 
| WORKDIR /tmp/Python-3.9.9 | 
| RUN /bin/sh -c ./configure --enable-shared # buildkit | 
| RUN /bin/sh -c make # buildkit | 
| RUN /bin/sh -c make install # buildkit | 
| WORKDIR / | 
| RUN /bin/sh -c rm -rf /tmp/Python-3.9.9 # buildkit | 
| RUN /bin/sh -c rm /tmp/Python-3.9.9.tgz # buildkit | 
| ENV LD_LIBRARY_PATH=/usr/local/lib | 
| RUN /bin/sh -c python3.9 -m venv /venv # buildkit | 
| RUN /bin/sh -c /venv/bin/pip install python-dateutil ecdsa mpmath sympy web3~=5.29 # buildkit | 
| CMD ["/bin/sh" "-c" "/bin/bash"] |