srm
Securely remove files or directories. Overwrites the existing data one or multiple times. Drop in replacement for rm. More information: <http://srm.sourceforge.net/srm.html>.
RUN apt-get update && \
apt-get install -y secure-delete
RUN apt-get update && \
apt-get install -y secure-delete
RUN apk add secure-delete
RUN apt-get update && \
apt-get install -y secure-delete
RUN dnf install -y srm
RUN apt-get update && \
apt-get install -y secure-delete