cassandra/pylib/Dockerfile.ubuntu.py3

3 lines
153 B
Python

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