Newer
Older
#!/bin/bash
cd "$(dirname "$0")"
set -ex
-v /usr/local/bundle:/usr/local/bundle ruby:3.2.1 sh \
-c "apt-get update; \
apt-get install -y cmake build-essential; \
cd /app; \
bundle update; \
bundle install;"