Hello,I am building a CloudRun for my application has the Dockerfile
like thisFROM ubuntu:22.04FROM ubuntu:22.04RUN apt -y update && apt -y
install sudoRUN useradd -G sudo,www-data -s /bin/bash timmyRUN passwd -d
timmyRUN cat < test.shidsudo mkdir -p...