Skip to content
Snippets Groups Projects
Commit f4b0d007 authored by Martin Weinelt's avatar Martin Weinelt Committed by David Bauer
Browse files

contrib: Dockerfile: install rsync

The kernel build requires rsync.
parent 9afb48b6
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libssl-dev \ libssl-dev \
libelf-dev \ libelf-dev \
wget \ wget \
rsync \
time \ time \
ecdsautils \ ecdsautils \
lua-check \ lua-check \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment