1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-08-31 17:41:56 +02:00
Files
tinyraycaster/Dockerfile
2019-02-11 14:06:16 +00:00

8 lines
132 B
Docker

FROM gitpod/workspace-full-vnc
USER root
# add your tools here
RUN apt-get update && apt-get install -y \
netpbm \
libsdl2-dev