# 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
Content type
Image
Digest
Size
92.3 MB
Last updated
almost 8 years ago
docker pull wobesys/py36-centos