Skip to content
Snippets Groups Projects
Commit d4a013dc authored by Alessio Caiazza's avatar Alessio Caiazza
Browse files

feat: renovatebot support for ruby projects

Install ruby and bundler on the base image to properly generate
project lockfiles.
parent f4335d26
No related branches found
No related tags found
No related merge requests found
Pipeline #13698836 passed
Loading
Loading
@@ -22,7 +22,7 @@ RUN apt-get install -yq \
git jq curl bash build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev wget unzip \
ca-certificates openssh-client lsb-release python3-dev \
python3-pip
python3-pip ruby bundler
 
# Install nodejs: required for renovate
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - \
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment