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

---
 bionic/x86/Dockerfile     | 2 +-
 bionic/x86_64/Dockerfile  | 2 +-
 focal/x86_64/Dockerfile   | 2 +-
 hirsute/x86_64/Dockerfile | 2 +-
 impish/x86_64/Dockerfile  | 2 +-
 jammy/x86_64/Dockerfile   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bionic/x86/Dockerfile b/bionic/x86/Dockerfile
index fb09399..c620384 100644
--- a/bionic/x86/Dockerfile
+++ b/bionic/x86/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update \
 
 RUN eatmydata apt-get install -y \
   sudo wget curl tar expect git-man=1:2.17.0-1ubuntu1 git=1:2.17.0-1ubuntu1 \
-  devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils
+  devscripts build-essential liblua5.1-0-dev lintian ccache pbuilder aptitude apt-utils
 
 RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
  && DIST=$(awk -F= '/VERSION_CODENAME=/ {print $2}' /etc/os-release) \
diff --git a/bionic/x86_64/Dockerfile b/bionic/x86_64/Dockerfile
index 33ba6f8..8e021f2 100644
--- a/bionic/x86_64/Dockerfile
+++ b/bionic/x86_64/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update \
 
 RUN eatmydata apt-get install -y \
   sudo wget curl tar expect git-man=1:2.17.0-1ubuntu1 git=1:2.17.0-1ubuntu1 \
-  devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils golang-1.11-go
+  devscripts build-essential liblua5.1-0-dev lintian ccache pbuilder aptitude apt-utils golang-1.11-go
 
 RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
  && DIST=$(awk -F= '/VERSION_CODENAME=/ {print $2}' /etc/os-release) \
diff --git a/focal/x86_64/Dockerfile b/focal/x86_64/Dockerfile
index 8935a9a..4c3742c 100644
--- a/focal/x86_64/Dockerfile
+++ b/focal/x86_64/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update \
 
 RUN eatmydata apt-get install -y \
   sudo wget curl tar expect git \
-  devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils
+  devscripts build-essential liblua5.1-0-dev lintian ccache pbuilder aptitude apt-utils
 
 RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
  && DIST="$(lsb_release -sc)" \
diff --git a/hirsute/x86_64/Dockerfile b/hirsute/x86_64/Dockerfile
index 72cba5b..fd26df5 100644
--- a/hirsute/x86_64/Dockerfile
+++ b/hirsute/x86_64/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update \
 
 RUN eatmydata apt-get install -y \
   sudo wget curl tar expect git \
-  devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils
+  devscripts build-essential liblua5.1-0-dev lintian ccache pbuilder aptitude apt-utils
 
 RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
  && DIST="$(lsb_release -sc)" \
diff --git a/impish/x86_64/Dockerfile b/impish/x86_64/Dockerfile
index 3e0617b..2823350 100644
--- a/impish/x86_64/Dockerfile
+++ b/impish/x86_64/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update \
 
 RUN eatmydata apt-get install -y \
   sudo wget curl tar expect git \
-  devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils
+  devscripts build-essential liblua5.1-0-dev lintian ccache pbuilder aptitude apt-utils
 
 RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
  && DIST="$(lsb_release -sc)" \
diff --git a/jammy/x86_64/Dockerfile b/jammy/x86_64/Dockerfile
index 31b1200..e3044e2 100644
--- a/jammy/x86_64/Dockerfile
+++ b/jammy/x86_64/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update \
 
 RUN eatmydata apt-get install -y \
   sudo wget curl tar expect git \
-  devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils
+  devscripts build-essential liblua5.1-0-dev lintian ccache pbuilder aptitude apt-utils
 
 RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
  && DIST="$(lsb_release -sc)" \
-- 
GitLab