Skip to content

Commit 082e076

Browse files
Fix more scuffed docker shit
1 parent 2d913c5 commit 082e076

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN apt update && apt install -y ruby-full rbenv default-jre netbase
2929
RUN rbenv install jruby-9.3.4.0
3030
# Set jruby as the default ruby version
3131
RUN rbenv global jruby-9.3.4.0
32+
RUN rbenv local jruby-9.3.4.0
3233
# Installing Bundler
3334
RUN gem install bundler
3435
# Installing pnpm
@@ -79,6 +80,7 @@ FROM jruby:latest as jruby
7980
WORKDIR /usr/src/app
8081
COPY . .
8182
COPY node_modules/ node_modules/
83+
RUN apt update && apt install -y libpq-dev netbase
8284
RUN bundle install
8385
RUN cp config/settings.example.yml config/settings.yml
8486
VOLUME /usr/src/app/config/

0 commit comments

Comments
 (0)