Fix typo in KeePass 2 Dockerfile

This commit is contained in:
Christian Koep 2016-07-18 12:07:08 +02:00
parent ff57ab29c9
commit 2ad158bd47
No known key found for this signature in database
GPG Key ID: 889970BE12955732

View File

@ -21,7 +21,7 @@
FROM debian:jessie
MAINTAINER Christian Koep <christian.koep@fom-net.de>
ENV DEBIAN_FRONTEND noninteractiv
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
keepass2 \