File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ RUN set -ex; \
15
15
libxml2-dev \
16
16
libc-client-dev \
17
17
libkrb5-dev \
18
- libldap-common \
19
18
libldap2-dev \
20
19
libzmq3-dev \
21
20
zlib1g-dev \
@@ -63,6 +62,7 @@ RUN set -ex; \
63
62
RUN set -ex; \
64
63
apt-get install -y --no-install-recommends \
65
64
unzip \
65
+ libldap-common \
66
66
; \
67
67
rm -rf /var/lib/apt/lists/*
68
68
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ RUN set -ex; \
15
15
libxml2-dev \
16
16
libc-client-dev \
17
17
libkrb5-dev \
18
- libldap-common \
19
18
libldap2-dev \
20
19
libzmq3-dev \
21
20
zlib1g-dev \
@@ -63,6 +62,7 @@ RUN set -ex; \
63
62
RUN set -ex; \
64
63
apt-get install -y --no-install-recommends \
65
64
unzip \
65
+ libldap-common \
66
66
; \
67
67
rm -rf /var/lib/apt/lists/*
68
68
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ RUN set -ex; \
15
15
libxml2-dev \
16
16
libc-client-dev \
17
17
libkrb5-dev \
18
- libldap-common \
19
18
libldap2-dev \
20
19
libzmq3-dev \
21
20
zlib1g-dev \
@@ -63,6 +62,7 @@ RUN set -ex; \
63
62
RUN set -ex; \
64
63
apt-get install -y --no-install-recommends \
65
64
unzip \
65
+ libldap-common \
66
66
; \
67
67
rm -rf /var/lib/apt/lists/*
68
68
You can’t perform that action at this time.
0 commit comments