diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-03-19 17:15:51 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-03-19 17:22:19 +0100 |
commit | 3d09473aa69318828525acb9e5eb94bac8834a7c (patch) | |
tree | 687c3eba000b9c94f5c7780c6ec66a84fd99de21 | |
parent | 8d0512681e342e2781282169928b617ab58ed01e (diff) |
lava-slave: Applying patch need the patch package
-rw-r--r-- | lava-slave/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lava-slave/Dockerfile b/lava-slave/Dockerfile index 32a76b0..93179c2 100644 --- a/lava-slave/Dockerfile +++ b/lava-slave/Dockerfile @@ -44,6 +44,7 @@ COPY default/* /etc/default/ COPY phyhostname /root/ COPY scripts/setup.sh . +RUN apt-get -y install patch COPY lava-patch/ /root/lava-patch RUN cd /usr/lib/python3/dist-packages && for patch in $(ls /root/lava-patch/*patch) ; do patch -p1 < $patch || exit $?;done |