cassandra/pylib/Dockerfile.ubuntu.py37

3 lines
155 B
Docker

FROM ubuntu:bionic
RUN apt-get update && apt-get install -y python3.7-minimal && update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1