mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
4 lines
72 B
Docker
4 lines
72 B
Docker
FROM alpine:edge
|
|
RUN apk add --no-cache build-base clang22-extra-tools
|
|
|