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:
parent
13447bbe7c
commit
40f5d7bb3f
@ -1,5 +1,10 @@
|
||||
image:
|
||||
file: Dockerfile
|
||||
ports:
|
||||
- port: 6080
|
||||
onOpen: notify
|
||||
- port: 5900
|
||||
onOpen: ignore
|
||||
tasks:
|
||||
- command: >
|
||||
mkdir --parents build &&
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user