Skip to content

Commit a7ab4dc

Browse files
authored
Merge pull request #116 from puppetlabs/maint/security-updates
Security updates alongside CD4PE 4.15.0
2 parents 05cfd73 + 1bcd241 commit a7ab4dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV LC_ALL en_US.UTF-8
2222
RUN apt-get install -y apt-utils \
2323
&& apt-get update -qq \
2424
&& 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 \
2626
&& wget https://apt.puppet.com/puppet-tools-release-buster.deb \
2727
&& dpkg -i puppet-tools-release-buster.deb \
2828
&& apt-get update -qq \
@@ -70,7 +70,7 @@ RUN bundle config set system 'true' \
7070
&& bundle config set jobs 3 \
7171
&& bundle install \
7272
&& 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
7474

7575
WORKDIR /repo
7676

0 commit comments

Comments
 (0)