forked from hrektts/docker-fusiondirectory-openldap
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
FROM osixia/openldap:1.1.9 | ||
LABEL maintainer="[email protected]" \ | ||
version="1.1.9-1.2-1" | ||
version="1.1.9-1.3-1" | ||
|
||
ENV FUSIONDIRECTORY_VERSION=1.2-1 | ||
ENV FUSIONDIRECTORY_VERSION=1.3-1 | ||
|
||
RUN apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys D744D55EACDA69FF \ | ||
&& (echo "deb http://repos.fusiondirectory.org/fusiondirectory-current/debian-jessie jessie main"; \ | ||
echo "deb http://repos.fusiondirectory.org/fusiondirectory-extra/debian-jessie jessie main") \ | ||
> /etc/apt/sources.list.d/fusiondirectory-jessie.list \ | ||
&& (echo "deb http://repos.fusiondirectory.org/fusiondirectory-current/debian-stretch stretch main"; \ | ||
echo "deb http://repos.fusiondirectory.org/fusiondirectory-extra/debian-stretch stretch main") \ | ||
> /etc/apt/sources.list.d/fusiondirectory-stretch.list \ | ||
&& apt-get update \ | ||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ | ||
fusiondirectory-schema=${FUSIONDIRECTORY_VERSION} \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Additions: | ||
☐ Use sympa plugin | ||
☐ Use SOGo plugin |