File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ CipherString = DEFAULT:@SECLEVEL=1" >> /etc/ssl/openssl.cnf
33
33
COPY CAs/* /usr/local/share/ca-certificates/
34
34
# Store custom CAs somewhere where the backend can find them later.
35
35
COPY CustomCAs/* /usr/local/share/custom-ca-certificates/
36
- RUN update-ca-certificates
36
+ RUN update-ca-certificates --verbose
37
37
38
38
# Creating an user for building the driver and running the tests
39
39
RUN useradd -m driver && echo "driver:driver" | chpasswd && adduser driver sudo
@@ -51,4 +51,3 @@ RUN nvm alias default ${NODE_VERSION:=10}
51
51
RUN nvm use default
52
52
RUN hash -d npm
53
53
RUN echo "source /home/driver/.nvm/nvm.sh" >> /home/driver/.bashrc
54
- RUN echo "update-ca-certificates" >> /home/driver/.bashrc
You can’t perform that action at this time.
0 commit comments