Skip to content

Commit

Permalink
Fix devcontainer when running with fedora (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee authored Dec 1, 2023
1 parent c3e4513 commit 5f86f9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -165,4 +165,4 @@ DEPENDENCIES
sass

BUNDLED WITH
2.2.33
2.3.5

0 comments on commit 5f86f9a

Please sign in to comment.