1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-25 13:15:39 +02:00

Merge pull request 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
commit 9dc2d6e3cb

@ -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 \