Skip to content

Commit

Permalink
Install ruby3 for some omnibus dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Kuzminskyi committed Jul 21, 2024
1 parent e85f6e3 commit 1665d0d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
libev-dev \
vim-common \
unzip \
ruby \
ruby-dev \
ruby-bundler \
pkgconf; \
apt-get clean

RUN curl -s https://packagecloud.io/install/repositories/instructure/insops/script.deb.sh | bash
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
ruby3.1-dev \
ruby3.1 \
ruby-bundler ; \
apt-get clean

RUN gem install omnibus

CMD /bin/bash -l

0 comments on commit 1665d0d

Please sign in to comment.