mirror of
https://github.com/ssloy/tinyraycaster.git
synced 2025-08-31 17:41:56 +02:00
8 lines
132 B
Docker
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
|