WORKDIR already runs "mkdir -p" under the hood, so we don't need to add this extra command (and layer) to the Dockerfile.
@@ -17,7 +17,6 @@ RUN install_packages \
bzip2
# Helper scripts
-RUN mkdir /build
WORKDIR /build
ADD .git .git
ADD .github .github