diff --git a/src/.docker_modules/last/1060/Dockerfile b/src/.docker_modules/last/1060/Dockerfile index 6cac77dac622c08dbbcc43d2d768f02cf635c59c..3e7966f5697baa40d925cec335c671dcc359ae9e 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}