|
@@ -1,16 +1,16 @@
|
|
|
# Use osixia/light-baseimage
|
|
# Use osixia/light-baseimage
|
|
|
# sources: https://github.com/osixia/docker-light-baseimage
|
|
# sources: https://github.com/osixia/docker-light-baseimage
|
|
|
-FROM osixia/light-baseimage:0.2.4
|
|
|
|
|
|
|
+FROM osixia/light-baseimage:0.2.5
|
|
|
MAINTAINER Bertrand Gouny <[email protected]>
|
|
MAINTAINER Bertrand Gouny <[email protected]>
|
|
|
|
|
|
|
|
# Add openldap user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
|
|
# Add openldap user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
|
|
|
RUN groupadd -r openldap && useradd -r -g openldap openldap
|
|
RUN groupadd -r openldap && useradd -r -g openldap openldap
|
|
|
|
|
|
|
|
-# Install OpenLDAP, ldap-utils and cfssl from baseimage and clean apt-get files
|
|
|
|
|
|
|
+# Install OpenLDAP, ldap-utils and ssl-tools from baseimage and clean apt-get files
|
|
|
# sources: https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/add-service-available
|
|
# sources: https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/add-service-available
|
|
|
-# https://github.com/osixia/docker-light-baseimage/blob/stable/image/service-available/:cfssl/download.sh
|
|
|
|
|
|
|
+# https://github.com/osixia/docker-light-baseimage/blob/stable/image/service-available/:ssl-tools/download.sh
|
|
|
RUN apt-get -y update \
|
|
RUN apt-get -y update \
|
|
|
- && /container/tool/add-service-available :cfssl \
|
|
|
|
|
|
|
+ && /container/tool/add-service-available :ssl-tools \
|
|
|
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes --no-install-recommends \
|
|
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes --no-install-recommends \
|
|
|
ldap-utils \
|
|
ldap-utils \
|
|
|
openssl \
|
|
openssl \
|