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.
vim-mode-2022^2
Adam Leskis 2023-01-31 22:05:48 +00:00 zatwierdzone przez Thomas Buckley-Houston
rodzic acaa7d6459
commit 0cef277365
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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