You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,8 @@ RUN set -ex; \
118
118
\
119
119
# build .deb files from upstream's source packages (which are verified by apt-get)
120
120
apt-get update; \
121
+
# we need DEBIAN_FRONTEND on postgresql-13 for slapd ("Please enter the password for the admin entry in your LDAP directory."); see https://bugs.debian.org/929417
Copy file name to clipboardExpand all lines: Dockerfile-debian.template
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,8 @@ RUN set -ex; \
118
118
\
119
119
# build .deb files from upstream's source packages (which are verified by apt-get)
120
120
apt-get update; \
121
+
# we need DEBIAN_FRONTEND on postgresql-13 for slapd ("Please enter the password for the admin entry in your LDAP directory."); see https://bugs.debian.org/929417
0 commit comments