We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo
1 parent 5262bab commit 3d97babCopy full SHA for 3d97bab
Dockerfile
@@ -24,7 +24,7 @@ RUN su - ubuntu -c "npm config set registry http://registry.npm.taobao.org"
24
25
# Provisioning gitlab CA
26
ADD gitlab-CA.crt /usr/local/share/ca-certificates/
27
-RUN sudo update-ca-certificates
+RUN update-ca-certificates
28
29
# Install docker-cli
30
# See https://github.com/docker-library/docker/blob/bb15fc25bbd4f51a880cf02f91eab447b1083b75/1.8/Dockerfile
0 commit comments