Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -248,7 +248,7 @@ RUN apt-get update && \ # pragma: allowlist nextline secret sed -i -e 's/ ALL$/ NOPASSWD:ALL/' /etc/sudoers && \ rm /etc/ssh/ssh_host_* && \ rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* ~/.cache/* rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* ~/.cache/* /usr/local/share/brew/Library/Taps/* COPY --chown=root:root bfg /usr/local/bin/ COPY --chown=root:root bash_completion.d/* /etc/bash_completion.d/ LABEL com.github.containers.toolbox="true" \ Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -248,7 +248,7 @@ RUN apt-get update && \ # pragma: allowlist nextline secret sed -i -e 's/ ALL$/ NOPASSWD:ALL/' /etc/sudoers && \ rm /etc/ssh/ssh_host_* && \ rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* ~/.cache/* rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* ~/.cache/* /usr/local/share/brew/Library/Taps/* COPY --chown=root:root bfg /usr/local/bin/ COPY --chown=root:root bash_completion.d/* /etc/bash_completion.d/ LABEL com.github.containers.toolbox="true" \ Loading