From a92dfd5f054adb4b5c3bb237efa559937e18ab07 Mon Sep 17 00:00:00 2001 From: Henrik Triem <henrik.triem@netways.de> Date: Fri, 20 May 2022 15:44:07 +0200 Subject: [PATCH] Add lua dev --- 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 48f1ad9..a66b671 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 lua5.1 lintian ccache pbuilder aptitude apt-utils + devscripts build-essential liblua5.1-0-dev 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 40cdcf8..63517a7 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 lua5.1 lintian ccache pbuilder aptitude apt-utils + devscripts build-essential liblua5.1-0-dev 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 498e3cd..5a00135 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 lua5.1 lintian ccache pbuilder aptitude apt-utils + devscripts build-essential liblua5.1-0-dev 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 2afebc8..ac60453 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 lua5.1 lintian ccache pbuilder aptitude apt-utils + devscripts build-essential liblua5.1-0-dev 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 293a06f..df64f89 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 lua5.1 lintian ccache pbuilder aptitude apt-utils apt-transport-https + devscripts build-essential liblua5.1-0-dev 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 beeb5c4..de04631 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 lua5.1 lintian ccache pbuilder aptitude apt-utils apt-transport-https + devscripts build-essential liblua5.1-0-dev 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