mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 19:04:41 +00:00
8 lines
134 B
Docker
8 lines
134 B
Docker
FROM ubuntu:24.04
|
|
|
|
MAINTAINER Robonen Andrew <robonenandrew@gmail.com>
|
|
|
|
WORKDIR /src
|
|
|
|
RUN apt update && apt install -y clang lldb lld
|