From c2fd8aa4498f97c683ab8effcdc6ee38b3fce610 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent@modolo.fr>
Date: Fri, 27 Mar 2020 17:27:30 +0100
Subject: [PATCH] Dockerfile: last add script to bin

---
 src/.docker_modules/last/1060/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/.docker_modules/last/1060/Dockerfile b/src/.docker_modules/last/1060/Dockerfile
index 6cac77da..3e7966f5 100644
--- a/src/.docker_modules/last/1060/Dockerfile
+++ b/src/.docker_modules/last/1060/Dockerfile
@@ -19,5 +19,6 @@ unzip last-${LAST_VERSION}.zip && \
 cd last-${LAST_VERSION} && \
 make && \
 cp src/last* /usr/bin/ && \
+cp scripts/* /usr/bin/ && \
 cd .. && \
 rm -Rf last-${LAST_VERSION}
-- 
GitLab