Sha256: b3f5dd18be56f6ad949e22e94083a0b3a7ba990a2ca106d87f3b9bbb54971f5a
Contents?: true
Size: 404 Bytes
Versions: 17
Compression:
Stored size: 404 Bytes
Contents
#!/usr/bin/env bash docker run --rm -t -i \ -v $HOME/.ssh:/root/.ssh \ --mount type=bind,source="$(pwd)",target=/app \ --workdir=/app/api \ getterminus/ruby-docker-images:2.7-je-20210920 \ /bin/bash -c " bundle config specific_platform true && \ bundle lock --add-platform x86_64-linux && \ bundle lock --add-platform x86_64-darwin-18 && \ bundle package --all "
Version data entries
17 entries across 17 versions & 1 rubygems