Skip to content
Snippets Groups Projects
Commit 8916e7d3 authored by Henrik Triem's avatar Henrik Triem
Browse files

Add lua

parent e88df8fb
No related branches found
No related tags found
No related merge requests found
Pipeline #24814 passed
......@@ -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) \
......
......@@ -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) \
......
......@@ -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)" \
......
......@@ -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)" \
......
......@@ -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)" \
......
......@@ -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)" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment