5 lines
91 B
Docker
5 lines
91 B
Docker
FROM alpine:3.21.3
|
|
|
|
RUN apk update
|
|
RUN apk add cmake make g++ python3 eigen-dev spdlog-dev
|