#FROM ubuntu:16.04
#
#RUN apt-get update \
#  && apt-get install -y \
#    python3 \
#    python3-pip \
#  && pip3 install thrift

FROM python:3

RUN pip install thrift