Skip to content

Commit

Permalink
Merge pull request #14 from sspans-sbp/cert-rehash
Browse files Browse the repository at this point in the history
Update certificates for LE
  • Loading branch information
mvangoor authored Oct 1, 2021
2 parents 0679a00 + 42b2a49 commit f1d8e95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ RUN /opt/chef-workstation/bin/chef -v

RUN echo "Installing dependencies..." \
&& apt-get -qq update \
&& apt-get -qq upgrade \
&& apt-get -qq install --no-install-recommends -y \
build-essential \
unzip \
&& apt-get clean \
&& rm -rf /tmp/* /var/cache/debconf/*-old /var/lib/apt/lists/* \
/var/lib/dpkg/*-old /var/log/*log /var/log/apt/* /var/tmp/* \
&& sed -i -e '/DST_Root_CA_X3/d' /etc/ca-certificates.conf \
&& update-ca-certificates -f
/var/lib/dpkg/*-old /var/log/*log /var/log/apt/* /var/tmp/*

RUN echo "Installing vagrant ${VAGRANT_VERSION}..." \
&& VAGRANT_DEB="vagrant_${VAGRANT_VERSION}_x86_64.deb" \
Expand Down

0 comments on commit f1d8e95

Please sign in to comment.