Alters devcontainer config to allow for building and running on Linux desktop.
This commit is contained in:
@@ -4,7 +4,7 @@ ENV PATH="$PATH:/opt/flutter/bin"
|
|||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
wget curl unzip git xz-utils zip libglu1-mesa openjdk-17-jdk\
|
wget curl unzip git xz-utils zip cmake clang pkg-config mesa-utils lld libgtk-3-dev ninja-build libglu1-mesa openjdk-17-jdk\
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Become non-root
|
# Become non-root
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "kryz-go",
|
"name": "kryz-go",
|
||||||
|
"mounts": [
|
||||||
|
"source=/dev/dri,target=/dev/dri,type=bind"
|
||||||
|
],
|
||||||
"build": {
|
"build": {
|
||||||
"dockerfile": "Dockerfile"
|
"dockerfile": "Dockerfile"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user