1
0
mirror of https://github.com/ssloy/tinyraytracer.git synced 2025-01-29 11:57:44 +01:00
tinyraytracer/Dockerfile

7 lines
112 B
Docker
Raw Normal View History

2019-01-25 17:33:30 +01:00
FROM gitpod/workspace-full
USER root
# add your tools here
RUN apt-get update && apt-get install -y \
netpbm