Skip to content

Commit 8c8140d

Browse files
committed
Update certs debug
1 parent d9a8b30 commit 8c8140d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testkit/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CipherString = DEFAULT:@SECLEVEL=1" >> /etc/ssl/openssl.cnf
3333
COPY CAs/* /usr/local/share/ca-certificates/
3434
# Store custom CAs somewhere where the backend can find them later.
3535
COPY CustomCAs/* /usr/local/share/custom-ca-certificates/
36-
RUN update-ca-certificates
36+
RUN update-ca-certificates --verbose
3737

3838
# Creating an user for building the driver and running the tests
3939
RUN useradd -m driver && echo "driver:driver" | chpasswd && adduser driver sudo
@@ -51,4 +51,3 @@ RUN nvm alias default ${NODE_VERSION:=10}
5151
RUN nvm use default
5252
RUN hash -d npm
5353
RUN echo "source /home/driver/.nvm/nvm.sh" >> /home/driver/.bashrc
54-
RUN echo "update-ca-certificates" >> /home/driver/.bashrc

0 commit comments

Comments
 (0)