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.
This commit is contained in:
Adam Leskis 2023-01-31 22:05:48 +00:00 committed by Thomas Buckley-Houston
parent acaa7d6459
commit 0cef277365
1 changed files with 0 additions and 1 deletions

View File

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