cassandra/pylib/Dockerfile.ubuntu.py38

3 lines
155 B
Docker

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