mirror of
https://github.com/ssloy/tinyraytracer.git
synced 2024-04-18 07:30:54 +08:00
7 lines
112 B
Docker
7 lines
112 B
Docker
FROM gitpod/workspace-full
|
|
|
|
USER root
|
|
# add your tools here
|
|
RUN apt-get update && apt-get install -y \
|
|
netpbm
|