From 8916e7d3c07b0962904c7eddf029dfd738de4b05 Mon Sep 17 00:00:00 2001 From: Henrik Triem <henrik.triem@netways.de> Date: Fri, 20 May 2022 15:13:50 +0200 Subject: [PATCH] Add lua --- 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 403cc2b..fb09399 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 lintian ccache pbuilder aptitude apt-utils + devscripts build-essential lua5.1 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 ea97b9f..33ba6f8 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 lintian ccache pbuilder aptitude apt-utils golang-1.11-go + devscripts build-essential lua5.1 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 89bb087..8935a9a 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 lintian ccache pbuilder aptitude apt-utils + devscripts build-essential lua5.1 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 5146469..72cba5b 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 lintian ccache pbuilder aptitude apt-utils + devscripts build-essential lua5.1 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 39b4fcb..3e0617b 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 lintian ccache pbuilder aptitude apt-utils + devscripts build-essential lua5.1 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 bbd6867..31b1200 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 lintian ccache pbuilder aptitude apt-utils + devscripts build-essential lua5.1 lintian ccache pbuilder aptitude apt-utils RUN curl https://packages.icinga.com/icinga.key | apt-key add - \ && DIST="$(lsb_release -sc)" \ -- GitLab