secret-tool
Library for storing and retrieving passwords and other secrets
RUN apt-get update && \
apt-get install -y libsecret-tools
RUN apt-get update && \
apt-get install -y libsecret-tools
RUN apk add libsecret
RUN pacman -S --noconfirm libsecret
RUN apt-get update && \
apt-get install -y libsecret-tools
RUN yum install -y libsecret
RUN dnf install -y libsecret
RUN apt-get update && \
apt-get install -y libsecret-tools