mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 08:28:02 -05:00
5 lines
107 B
Docker
5 lines
107 B
Docker
ARG PYTHON_VERSION=3.10
|
|
FROM python:${PYTHON_VERSION}-alpine
|
|
|
|
RUN apk add --no-cache gcc g++ make musl-dev
|