db_log_verify
databases
RUN apt-get update && \
apt-get install -y db-util
RUN apt-get update && \
apt-get install -y db-util
RUN apk add db
RUN pacman -S --noconfirm db
RUN apt-get update && \
apt-get install -y db-util
RUN yum install -y libdb-utils
RUN dnf install -y libdb-utils
RUN apt-get update && \
apt-get install -y db-util