Skip to content

Commit e9ad790

Browse files
authored
Update Dockerfile
1 parent c1b7907 commit e9ad790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN echo "Installing dependencies..." \
1818
&& rm -rf /tmp/* /var/cache/debconf/*-old /var/lib/apt/lists/* \
1919
/var/lib/dpkg/*-old /var/log/*log /var/log/apt/* /var/tmp/* \
2020
&& 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 \
21+
&& sed -i'' -e 's/ssl rehash/ssl c_rehash/' /usr/sbin/update-ca-certificates \
2222
&& update-ca-certificates -f
2323

2424
RUN echo "Installing vagrant ${VAGRANT_VERSION}..." \

0 commit comments

Comments
 (0)