Sfoglia il codice sorgente

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 anni fa
parent
commit
0cef277365
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

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