mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-06-21 02:25:16 +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
|