From 04105824cd7d50f2e31bb0f90fc523614a736075 Mon Sep 17 00:00:00 2001
From: Henrik Triem <henrik.triem@netways.de>
Date: Fri, 20 May 2022 15:14:53 +0200
Subject: [PATCH] Add lua

---
 bullseye/x86/Dockerfile    | 2 +-
 bullseye/x86_64/Dockerfile | 2 +-
 buster/x86/Dockerfile      | 2 +-
 buster/x86_64/Dockerfile   | 2 +-
 stretch/x86/Dockerfile     | 2 +-
 stretch/x86_64/Dockerfile  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bullseye/x86/Dockerfile b/bullseye/x86/Dockerfile
index f2a7728..48f1ad9 100644
--- a/bullseye/x86/Dockerfile
+++ b/bullseye/x86/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update \
 
 RUN apt-get install -y \
   sudo wget curl tar expect git \
-  devscripts build-essential lintian ccache pbuilder aptitude apt-utils
+  devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils
 
 RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >/etc/apt/sources.list.d/backports.list
 
diff --git a/bullseye/x86_64/Dockerfile b/bullseye/x86_64/Dockerfile
index cbdd1e0..40cdcf8 100644
--- a/bullseye/x86_64/Dockerfile
+++ b/bullseye/x86_64/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update \
 
 RUN apt-get install -y \
   sudo wget curl tar expect git \
-  devscripts build-essential lintian ccache pbuilder aptitude apt-utils
+  devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils
 
 RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >/etc/apt/sources.list.d/backports.list
 
diff --git a/buster/x86/Dockerfile b/buster/x86/Dockerfile
index a4d06b7..498e3cd 100644
--- a/buster/x86/Dockerfile
+++ b/buster/x86/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update \
 
 RUN apt-get install -y \
   sudo wget curl tar expect git \
-  devscripts build-essential lintian ccache pbuilder aptitude apt-utils
+  devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils
 
 RUN echo "deb http://deb.debian.org/debian buster-backports main" >/etc/apt/sources.list.d/backports.list
 
diff --git a/buster/x86_64/Dockerfile b/buster/x86_64/Dockerfile
index c35c29c..2afebc8 100644
--- a/buster/x86_64/Dockerfile
+++ b/buster/x86_64/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update \
 
 RUN apt-get install -y \
   sudo wget curl tar expect git \
-  devscripts build-essential lintian ccache pbuilder aptitude apt-utils
+  devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils
 
 RUN echo "deb http://deb.debian.org/debian buster-backports main" >/etc/apt/sources.list.d/backports.list
 
diff --git a/stretch/x86/Dockerfile b/stretch/x86/Dockerfile
index 6fd6d79..293a06f 100644
--- a/stretch/x86/Dockerfile
+++ b/stretch/x86/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update \
 
 RUN apt-get install -y \
   sudo wget curl tar expect git \
-  devscripts build-essential lintian ccache pbuilder aptitude apt-utils apt-transport-https
+  devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils apt-transport-https
 
 RUN echo "deb http://deb.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list
 
diff --git a/stretch/x86_64/Dockerfile b/stretch/x86_64/Dockerfile
index 8b26755..beeb5c4 100644
--- a/stretch/x86_64/Dockerfile
+++ b/stretch/x86_64/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update \
 
 RUN apt-get install -y \
   sudo wget curl tar expect git \
-  devscripts build-essential lintian ccache pbuilder aptitude apt-utils apt-transport-https
+  devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils apt-transport-https
 
 RUN echo "deb http://deb.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list
 
-- 
GitLab