python_moztelemetry/Dockerfile

10 строки
327 B
Docker
Исходник Обычный вид История

# This Dockerfile supports the bin/test script for local testing.
# Make sure any changes here stay in sync with .circleci/config.yml
# so local testing and CI are comparable.
ARG PYTHON_VERSION=3.6
FROM python:$PYTHON_VERSION
RUN apt-get update && apt-get install -y libsnappy-dev openjdk-8-jre-headless
RUN pip install tox