Merge pull request #164 from koep/master

Fix typo in KeePass 2 Dockerfile
This commit is contained in:
Christian
2016-07-18 12:33:24 +02:00
committed by GitHub

View File

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