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

Add lua dev

parent 04105824
No related branches found
No related tags found
No related merge requests found
Pipeline #24821 passed
...@@ -7,7 +7,7 @@ RUN apt-get update \ ...@@ -7,7 +7,7 @@ RUN apt-get update \
RUN apt-get install -y \ RUN apt-get install -y \
sudo wget curl tar expect git \ 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 RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >/etc/apt/sources.list.d/backports.list
......
...@@ -7,7 +7,7 @@ RUN apt-get update \ ...@@ -7,7 +7,7 @@ RUN apt-get update \
RUN apt-get install -y \ RUN apt-get install -y \
sudo wget curl tar expect git \ 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 RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >/etc/apt/sources.list.d/backports.list
......
...@@ -7,7 +7,7 @@ RUN apt-get update \ ...@@ -7,7 +7,7 @@ RUN apt-get update \
RUN apt-get install -y \ RUN apt-get install -y \
sudo wget curl tar expect git \ 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 RUN echo "deb http://deb.debian.org/debian buster-backports main" >/etc/apt/sources.list.d/backports.list
......
...@@ -7,7 +7,7 @@ RUN apt-get update \ ...@@ -7,7 +7,7 @@ RUN apt-get update \
RUN apt-get install -y \ RUN apt-get install -y \
sudo wget curl tar expect git \ 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 RUN echo "deb http://deb.debian.org/debian buster-backports main" >/etc/apt/sources.list.d/backports.list
......
...@@ -7,7 +7,7 @@ RUN apt-get update \ ...@@ -7,7 +7,7 @@ RUN apt-get update \
RUN apt-get install -y \ RUN apt-get install -y \
sudo wget curl tar expect git \ 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 RUN echo "deb http://deb.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list
......
...@@ -7,7 +7,7 @@ RUN apt-get update \ ...@@ -7,7 +7,7 @@ RUN apt-get update \
RUN apt-get install -y \ RUN apt-get install -y \
sudo wget curl tar expect git \ 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 RUN echo "deb http://deb.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list
......
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