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

Add lua dev

parent 8916e7d3
No related branches found
No related tags found
No related merge requests found
Pipeline #24822 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 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) \
......
......@@ -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) \
......
......@@ -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)" \
......
......@@ -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)" \
......
......@@ -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)" \
......
......@@ -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)" \
......
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