Merge pull request #6171 from EGuesnet/Dockerfile_mkdir

Add mkdir on Dockerfile
This commit is contained in:
Derek McGowan 2021-11-03 12:52:10 -07:00 committed by GitHub
commit 0478e04ae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
COPY script/setup/install-protobuf install-protobuf
RUN ./install-protobuf \
&& mkdir -p $DESTDIR/usr/local/bin $DESTDIR/usr/local/include \
&& mv /usr/local/bin/protoc $DESTDIR/usr/local/bin/protoc \
&& mv /usr/local/include/google $DESTDIR/usr/local/include/google