FROM mcr.microsoft.com/devcontainers/base:debian USER root RUN rm -rf /bin/sh && ln -s /bin/bash /bin/sh # Create a helper for installing packages leaving no traces behind COPY <