mirror of
https://github.com/ssloy/tinyraycaster.git
synced 2025-08-30 09:10:01 +02:00
Added libsdl2-dev to dockerfile
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
image:
|
image:
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
|
ports:
|
||||||
|
- port: 6080
|
||||||
|
onOpen: notify
|
||||||
|
- port: 5900
|
||||||
|
onOpen: ignore
|
||||||
tasks:
|
tasks:
|
||||||
- command: >
|
- command: >
|
||||||
mkdir --parents build &&
|
mkdir --parents build &&
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
FROM gitpod/workspace-full
|
FROM gitpod/workspace-full-vnc
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
# add your tools here
|
# add your tools here
|
||||||
RUN apt-get update && apt-get install -y \
|
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:
|
You can open the project in Gitpod, a free online dev evironment for GitHub:
|
||||||
|
|
||||||
[](https://gitpod.io/#https://github.com/ssloy/tinyraycaster/tree/ea577d67088656918a85911448b9539421a8f3e1)
|
[](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.
|
On open, the editor will compile & run the program as well as open the resulting image in the editor's preview.
|
||||||
|
Reference in New Issue
Block a user