From 5f86f9a957f075fcbd11f4a615a4bac9bf049eed Mon Sep 17 00:00:00 2001 From: Kolja Date: Fri, 1 Dec 2023 14:02:29 +0100 Subject: [PATCH] Fix devcontainer when running with fedora (#634) --- .devcontainer/devcontainer.json | 4 ++++ Gemfile.lock | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2b76f44d..28de3d8b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,4 +17,8 @@ "postCreateCommand": "gem install bundler:2.3.5 && bundle install", // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. // "remoteUser": "vscode" + "workspaceMount": "", + "runArgs": [ + "--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z" + ] } \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index e1322a3a..d10875f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM net-sftp (3.0.0) net-ssh (>= 5.0.0, < 7.0.0) net-ssh (6.1.0) - nokogiri (1.14.3-x86_64-linux) + nokogiri (1.13.10-x86_64-linux) racc (~> 1.4) padrino-helpers (0.15.1) i18n (>= 0.6.7, < 2) @@ -165,4 +165,4 @@ DEPENDENCIES sass BUNDLED WITH - 2.2.33 + 2.3.5