Skip to content

Instantly share code, notes, and snippets.

@zjpi
zjpi / Dockerfile
Created December 30, 2019 04:50
min python r build alpine linux arrow
FROM python:3.7-alpine3.10
RUN apk add --no-cache \
build-base \
cmake \
bash \
boost-dev \
autoconf \
zlib-dev \
flex \