diff options
author | khilman <khilman@users.noreply.github.com> | 2018-09-17 08:05:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-17 08:05:40 -0700 |
commit | 869ae36fae80df03e5ed55a26a6f251488a05db4 (patch) | |
tree | 6625f5f6a1a4b8cd1be5dab750c9c7603e510f97 /lava-slave/Dockerfile | |
parent | 55579b2a662bee819a2c531d3db99edd3f230212 (diff) | |
parent | 5ec706b035b1213bb82ceabf5e7d160d8003b174 (diff) |
Merge pull request #48 from montjoie/tags
Permit to add tags to devices
Diffstat (limited to 'lava-slave/Dockerfile')
-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 cbaafdc..d9ae68a 100644 --- a/lava-slave/Dockerfile +++ b/lava-slave/Dockerfile @@ -43,6 +43,7 @@ COPY scripts/retire.sh /usr/local/bin/ RUN chmod 755 /usr/local/bin/retire.sh COPY devices/ /root/devices/ +COPY tags/ /root/tags/ COPY scripts/extra_actions /root/ RUN if [ -x /root/extra_actions ] ; then /root/extra_actions ; fi |