Ver código fonte

remove unnecessary RUN command

WORKDIR already runs "mkdir -p" under the hood, so we don't need to add this extra command (and layer) to the Dockerfile.
Adam Leskis 2 anos atrás
pai
commit
0cef277365
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -17,7 +17,6 @@ RUN install_packages \
       bzip2
       bzip2
 
 
 # Helper scripts
 # Helper scripts
-RUN mkdir /build
 WORKDIR /build
 WORKDIR /build
 ADD .git .git
 ADD .git .git
 ADD .github .github
 ADD .github .github