This commit is contained in:
enforcer007 2023-02-18 20:47:11 +05:30
parent 3fca9c1661
commit 6ba2515b56
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM debian
FROM mcr.microsoft.com/devcontainers/base:ubuntu
WORKDIR /
RUN apt update -y && apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-randr0-dev libxdo-dev libxfixes-dev libxcb-shape0-dev libxcb-xfixes0-dev libasound2-dev libpulse-dev cmake unzip zip sudo libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev

View File

@ -1,7 +1,8 @@
{
"name": "rustdesk",
"build": {
"dockerfile": "Dockerfile"
"dockerfile": "./Dockerfile",
"context": "."
},
"workspaceMount": "source=${localWorkspaceFolder},target=/home/user/rustdesk,type=bind,consistency=cache",
"workspaceFolder": "/home/user/rustdesk",