We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa393ef commit d08af6bCopy full SHA for d08af6b
linux/preview/SLES/dockerfile
@@ -21,9 +21,8 @@ ENV ADDITIONAL_MODULES=sle-module-legacy
21
22
RUN zypper install --no-confirm --no-recommends \
23
# install setcap to be used later
24
- # remove openldap2 version lock when https://bugzilla.suse.com/show_bug.cgi?id=1199594 is fixed
25
# curl is needed for rpm import
26
- libcap-progs openldap2-2.4.46-150200.14.5.1 curl && \
+ libcap-progs curl && \
27
rpm --import https://packages.microsoft.com/keys/microsoft.asc && \
28
zypper rm --no-confirm --clean-deps curl
29
0 commit comments