mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
[intermediate-dockerfiles] add g++ to docker image py-runner:3.10 (#19)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
FROM python:3.10-alpine3.15
|
||||
|
||||
RUN apk add --no-cache gcc make musl-dev
|
||||
RUN apk add --no-cache gcc g++ make musl-dev
|
||||
|
||||
Reference in New Issue
Block a user