File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ RUN wget -qO /tmp/im.tar.xz https://imagemagick.org/download/releases/ImageMagic
28
28
&& ldconfig /usr/local/lib \
29
29
&& rm -rf /tmp/*
30
30
31
-
32
- # [Optional] Uncomment this line to install additional gems.
33
31
# Add the Rails main Gemfile and install the gems. This means the gem install can be done
34
32
# during build instead of on start. When a fork or branch has different gems, we still have an
35
33
# advantage due to caching of the other gems.
@@ -51,6 +49,3 @@ RUN cd /tmp/rails \
51
49
&& bundle install \
52
50
&& yarn install \
53
51
&& rm -rf /tmp/rails
54
-
55
- # [Optional] Uncomment this line to install global node packages.
56
- # RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1
Original file line number Diff line number Diff line change 1
1
bundle install
2
2
yarn install
3
3
4
+ sudo chown -R vscode:vscode /usr/local/bundle/bundler
5
+
4
6
sudo service postgresql start
5
7
sudo service mariadb start
6
8
sudo service redis-server start
Original file line number Diff line number Diff line change 100
100
actionpack (= 7.0.0.alpha2 )
101
101
activesupport (= 7.0.0.alpha2 )
102
102
method_source
103
- rake (>= 0.13 )
103
+ rake (>= 12.2 )
104
104
thor (~> 1.0 )
105
105
zeitwerk (~> 2.5.0.beta5 )
106
106
@@ -606,4 +606,4 @@ DEPENDENCIES
606
606
websocket-client-simple !
607
607
608
608
BUNDLED WITH
609
- 2.2.28
609
+ 2.2.29
You can’t perform that action at this time.
0 commit comments