Sign inSign up

wobesys/py36-centos

By wobesys

Updated almost 8 years ago

Python 3.6 on CentOS 7.4

Image
0

4.0K

wobesys/py36-centos repository overview

# Build and Test environment 
# Project: ujoschemes

FROM centos:7.4.1708
Maintainer wobe-systems GmbH ([email protected])

# Install Python3 build and test environment
RUN yum install -y https://centos7.iuscommunity.org/ius-release.rpm && \
    yum install -y python36u && \
    ln -s /usr/bin/python3.6 /usr/bin/python3 && \
    yum install -y python36u-pip && \
    ln -s /usr/bin/pip3.6 /usr/bin/pip3 && \
    yum install -y python36u-devel && \
    yum clean all

Tag summary

Content type

Image

Digest

Size

92.3 MB

Last updated

almost 8 years ago

docker pull wobesys/py36-centos