Skip to content

Commit

Permalink
Allows for Emulator development via MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
LavaLit committed Jan 21, 2024
1 parent 0c68f9d commit 29bb599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
apt-get -y install --no-install-recommends cmake build-essential ninja-build libsdl2-dev

0 comments on commit 29bb599

Please sign in to comment.