1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-01-16 12:49:38 +01:00

Added libsdl2-dev to dockerfile

This commit is contained in:
Sven Efftinge 2019-02-11 14:06:16 +00:00
parent 13447bbe7c
commit 40f5d7bb3f
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,10 @@
image:
file: Dockerfile
ports:
- port: 6080
onOpen: notify
- port: 5900
onOpen: ignore
tasks:
- command: >
mkdir --parents build &&

View File

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

View File

@ -46,7 +46,7 @@ make
You can open the project in Gitpod, a free online dev evironment for GitHub:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ssloy/tinyraycaster/tree/ea577d67088656918a85911448b9539421a8f3e1)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ssloy/tinyraycaster)
On open, the editor will compile & run the program as well as open the resulting image in the editor's preview.