sg
Ast-grep is a tool for code structural search, lint, and rewriting. More information: <https://ast-grep.github.io/guide/introduction.html>.
RUN apt-get update && \
apt-get install -y login
RUN apt-get update && \
apt-get install -y login
RUN apk add shadow
RUN pacman -S --noconfirm shadow
RUN apt-get update && \
apt-get install -y login
RUN dnf install -y shadow-utils-2
RUN apt-get update && \
apt-get install -y login