gem command not found when install rbenv in debian
I'm creating a Dockerfile to run truffleruby. I'm getting an error when trying to install bundler and foreman. The error is /bin/sh: 1: gem: not found Dockerfile FROM debian:buster-slim # Install packages for building ruby RUN apt update -y &&…