remove make source

This commit is contained in:
Pascal Vizeli 2018-03-04 16:29:11 +01:00 committed by GitHub
parent 6dc038f8b8
commit b1eb5a63a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,5 @@ RUN wget https://buildroot.org/downloads/buildroot-${BUILDROOT_VERSION}.tar.gz \
COPY $BUILDROOT_BOARD/buildroot.config /buildroot/buildroot-$BUILDROOT_VERSION/.config
COPY $BUILDROOT_BOARD/linux.config /buildroot/buildroot-$BUILDROOT_VERSION/linux.config
WORKDIR /buildroot/buildroot-$BUILDROOT_VERSION
RUN make source
# CMD /buildroot/buildroot-$BUILDROOT_VERSION/make