From 8fe65768d0ad129e2584570ef189cc4fedf41c01 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Sat, 13 Jul 2024 07:48:56 +0000 Subject: [PATCH] Bump raindrops, fix permissions on container start --- .devcontainer/Dockerfile | 3 ++- Gemfile.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 32e2e2655..2c7c2fad6 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -29,4 +29,5 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # Make sure this is writable as https://github.com/rubygems/rubygems/issues/6272 was removed RUN su root -c "mkdir -p /usr/local/rvm/gems/default/cache/bundler/" RUN su root -c "mkdir -p /usr/local/rvm/gems/default/bundler/gems/" -RUN su root -c "chmod -R 777 /usr/local/rvm/gems/" +RUN su root -c "chown -R vscode:rvm /usr/local/rvm/gems/" +RUN su root -c "chmod -R 0755 /usr/local/rvm/gems/" diff --git a/Gemfile.lock b/Gemfile.lock index 4d7e911e3..1d48879e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -503,7 +503,7 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - raindrops (0.20.0) + raindrops (0.20.1) rake (13.2.1) rate_throttle_client (0.1.2) rb-fsevent (0.11.2)