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

fix: update for latest bundler

parent d4f15f39
No related branches found
Tags v3.0.27
No related merge requests found
#!/bin/bash
cd "$(dirname "$0")"
set -ex
docker run -it -v "$(pwd)":/app \
docker run --rm -it -v "$(pwd)":/app \
-v /usr/local/bundle:/usr/local/bundle ruby:3.2.1 sh \
-c "apt-get update; \
apt-get install -y cmake build-essential; \
......
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