Added DEBIAN_FRONTEND=noninteractive to the Dockerfile.
Some checks failed
ci/woodpecker/push/build-image Pipeline failed
Some checks failed
ci/woodpecker/push/build-image Pipeline failed
This commit is contained in:
@@ -6,8 +6,10 @@ LABEL description="OpenLDAP" \
|
|||||||
version="Ubuntu 24.04"
|
version="Ubuntu 24.04"
|
||||||
|
|
||||||
# Install the necessary packages for LDAP Proxy server
|
# Install the necessary packages for LDAP Proxy server
|
||||||
RUN apt-get -q update && apt-get install -q --yes slapd
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get -q update && apt-get install -q --yes slapd-contrib ldap-utils
|
RUN apt-get -q update
|
||||||
|
RUN apt-get install -q --yes slapd ldap-utils
|
||||||
|
RUN apt-get install -q --yes slapd-contrib
|
||||||
|
|
||||||
# Remove the slapd.d directory, since we will be using slapd.conf.
|
# Remove the slapd.d directory, since we will be using slapd.conf.
|
||||||
RUN rm -rf /etc/ldap/slapd.d
|
RUN rm -rf /etc/ldap/slapd.d
|
||||||
|
|||||||
Reference in New Issue
Block a user