We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b7907 commit e9ad790Copy full SHA for e9ad790
Dockerfile
@@ -18,7 +18,7 @@ RUN echo "Installing dependencies..." \
18
&& 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 certhash/' /usr/sbin/update-ca-certificates \
+ && sed -i'' -e 's/ssl rehash/ssl c_rehash/' /usr/sbin/update-ca-certificates \
22
&& update-ca-certificates -f
23
24
RUN echo "Installing vagrant ${VAGRANT_VERSION}..." \
0 commit comments