File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV LC_ALL en_US.UTF-8
22
22
RUN apt-get install -y apt-utils \
23
23
&& apt-get update -qq \
24
24
&& apt-get upgrade -y \
25
- && apt-get install -y --no-install-recommends curl libxml2-dev libxslt1-dev g++ gcc git gnupg2 make openssh-client ruby-dev wget zlib1g-dev \
25
+ && apt-get install -y --no-install-recommends curl libxml2-dev libxslt1-dev g++ gcc git gnupg2 make openssh-client ruby-dev wget zlib1g-dev libldap-2.4-2 libldap-common libssl1.1 openssl \
26
26
&& wget https://apt.puppet.com/puppet-tools-release-buster.deb \
27
27
&& dpkg -i puppet-tools-release-buster.deb \
28
28
&& apt-get update -qq \
@@ -70,7 +70,7 @@ RUN bundle config set system 'true' \
70
70
&& bundle config set jobs 3 \
71
71
&& bundle install \
72
72
&& rm -f /home/puppetdev/.bundle/config \
73
- && rm -rf /usr/local/bundle/gems/puppet-7.*.0/spec/fixtures/ssl/*
73
+ && rm -rf /usr/local/bundle/gems/puppet-7.*.0/spec
74
74
75
75
WORKDIR /repo
76
76
You can’t perform that action at this time.
0 commit comments