Add mkdir on Dockerfile
Signed-off-by: Étienne Guesnet <etienne.guesnet@atos.net>
This commit is contained in:
parent
006b44181a
commit
82cb0a63e1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user