You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
392 B

7 years ago
FROM debian:stretch
8 years ago
MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
# To avoid problems with Dialog and curses wizards
7 years ago
ENV DEBIAN_FRONTEND=noninteractive
8 years ago
RUN apt-get update
7 years ago
RUN apt-get -y --no-install-recommends install keepass2 xdotool \
8 years ago
&& rm -rf /var/lib/apt/lists
7 years ago
RUN useradd -u 1000 -m -d /home/user -s /usr/sbin/nologin user
8 years ago
7 years ago
WORKDIR /home/user
USER user
8 years ago
ENTRYPOINT keepass2