From 29bb5990ff40d4bbe62db2000deca35ae1fedc98 Mon Sep 17 00:00:00 2001 From: pcabral Date: Sat, 20 Jan 2024 20:08:20 -0500 Subject: [PATCH] Allows for Emulator development via MacOS --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 4c52146f..f159f7be 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -2,4 +2,4 @@ FROM --platform=linux/x86_64 mcr.microsoft.com/devcontainers/base:ubuntu RUN export DEBIAN_FRONTEND=noninteractive && \ apt-get update && \ - apt-get -y install --no-install-recommends cmake build-essential ninja-build \ No newline at end of file + apt-get -y install --no-install-recommends cmake build-essential ninja-build libsdl2-dev \ No newline at end of file