msan_builder: don't create subdirs

This commit is contained in:
Oliver Chang 2018-01-10 11:55:13 +11:00 committed by GitHub
parent 3367df63fd
commit 40872f3217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ COPY packages /usr/local/bin/packages
RUN mkdir /msan
WORKDIR /msan
ENV PYTHONUNBUFFERED 1
RUN msan_build.py --work-dir=$WORK --create-subdirs \
RUN msan_build.py --work-dir=$WORK \
libarchive13 \
libattr1 \
libbz2-1.0 \