From c7ba90ea9847f6f138eeb79b521f296ca1f4ce22 Mon Sep 17 00:00:00 2001
From: nd <git@notandy.de>
Date: Sat, 13 Feb 2021 00:50:29 +0100
Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!
 fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!
 fixup! fixup! Add an integrated openldap server to use in unittests

---
 Dockerfile.buster | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.buster b/Dockerfile.buster
index 96c8f66..f77a0f1 100644
--- a/Dockerfile.buster
+++ b/Dockerfile.buster
@@ -3,7 +3,7 @@ FROM debian:buster AS uffd-base
 RUN apt-get -qq update && \
     apt-get -qq dist-upgrade && \
     apt-get -qq install sqlite3 locales-all git python3 python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy lsb-release python3-pip && \
-    pip3 install pylint --upgrade && \
+    pip3 install pylint html5validator --upgrade && \
     apt-get -qq clean
 
 FROM uffd-base AS openldap-base
-- 
GitLab