Skip to content
Snippets Groups Projects
Commit 34016203 authored by John Harris's avatar John Harris
Browse files

fix: gem-update to work without using local bundle

parent 256feaff
No related branches found
Tags v3.0.27
No related merge requests found
......@@ -2,9 +2,9 @@
cd "$(dirname "$0")"
set -ex
docker run --rm -it -v "$(pwd)":/app \
-v /usr/local/bundle:/usr/local/bundle ruby:3.2.2-slim-bullseye sh \
ruby:3.2.2-slim-bullseye sh \
-c "apt-get update; \
apt-get install -y cmake build-essential; \
apt-get install -y cmake build-essential ruby-dev libpq-dev default-libmysqlclient-dev; \
cd /app; \
gem install --default bundler:2.4.12; \
gem update --system; \
......
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