File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,13 @@ RUN /opt/chef-workstation/bin/chef -v
1111
1212RUN echo "Installing dependencies..." \
1313 && apt-get -qq update \
14+ && apt-get -qq upgrade \
1415 && apt-get -qq install --no-install-recommends -y \
1516 build-essential \
1617 unzip \
1718 && apt-get clean \
1819 && rm -rf /tmp/* /var/cache/debconf/*-old /var/lib/apt/lists/* \
19- /var/lib/dpkg/*-old /var/log/*log /var/log/apt/* /var/tmp/* \
20- && sed -i -e '/DST_Root_CA_X3/d' /etc/ca-certificates.conf \
21- && sed -i'' -e 's/ssl rehash/ssl c_rehash/' /usr/sbin/update-ca-certificates \
22- && update-ca-certificates -f
20+ /var/lib/dpkg/*-old /var/log/*log /var/log/apt/* /var/tmp/*
2321
2422RUN echo "Installing vagrant ${VAGRANT_VERSION}..." \
2523 && VAGRANT_DEB="vagrant_${VAGRANT_VERSION}_x86_64.deb" \
You can’t perform that action at this time.
0 commit comments