Skip to content

Commit

Permalink
Add mkdir on Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Étienne Guesnet <etienne.guesnet@atos.net>
  • Loading branch information
Étienne Guesnet committed Nov 2, 2021
1 parent 006b441 commit 82cb0a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82cb0a6

Please sign in to comment.