gplugin/builders

Parents 7bde894c38ef
Children 96b696d63192
Add libtcc-dev for all the distros that support it.. turns out it's just debian based distros..
--- a/Dockerfile.debian-bullseye-amd64 Wed Jul 10 01:49:47 2019 -0500
+++ b/Dockerfile.debian-bullseye-amd64 Wed Jul 17 06:56:20 2019 -0500
@@ -14,12 +14,13 @@
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends \
- ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
- build-essential meson gettext help2man xsltproc mercurial \
- libglib2.0-dev gobject-introspection libgirepository1.0-dev \
- gtk-doc-tools libgtk-3-dev libgladeui-dev \
- python3-dev python-gi-dev python3-gi \
- liblua5.1-0-dev lua-lgi luarocks \
+ ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
+ build-essential meson gettext help2man xsltproc mercurial \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ gtk-doc-tools libgtk-3-dev libgladeui-dev \
+ python3-dev python-gi-dev python3-gi \
+ liblua5.1-0-dev lua-lgi luarocks \
+ libtcc-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists
--- a/Dockerfile.debian-buster-amd64 Wed Jul 10 01:49:47 2019 -0500
+++ b/Dockerfile.debian-buster-amd64 Wed Jul 17 06:56:20 2019 -0500
@@ -14,12 +14,13 @@
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends \
- ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
- build-essential meson gettext help2man xsltproc mercurial \
- libglib2.0-dev gobject-introspection libgirepository1.0-dev \
- gtk-doc-tools libgtk-3-dev libgladeui-dev \
- python3-dev python-gi-dev python3-gi \
- liblua5.1-0-dev lua-lgi luarocks \
+ ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
+ build-essential meson gettext help2man xsltproc mercurial \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ gtk-doc-tools libgtk-3-dev libgladeui-dev \
+ python3-dev python-gi-dev python3-gi \
+ liblua5.1-0-dev lua-lgi luarocks \
+ libtcc-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists
--- a/Dockerfile.debian-buster-arm64 Wed Jul 10 01:49:47 2019 -0500
+++ b/Dockerfile.debian-buster-arm64 Wed Jul 17 06:56:20 2019 -0500
@@ -14,12 +14,13 @@
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends \
- ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
- build-essential meson gettext help2man xsltproc mercurial \
- libglib2.0-dev gobject-introspection libgirepository1.0-dev \
- gtk-doc-tools libgtk-3-dev libgladeui-dev \
- python3-dev python-gi-dev python3-gi \
- liblua5.1-0-dev lua-lgi luarocks \
+ ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
+ build-essential meson gettext help2man xsltproc mercurial \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ gtk-doc-tools libgtk-3-dev libgladeui-dev \
+ python3-dev python-gi-dev python3-gi \
+ liblua5.1-0-dev lua-lgi luarocks \
+ libtcc-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists
--- a/Dockerfile.debian-buster-armhf Wed Jul 10 01:49:47 2019 -0500
+++ b/Dockerfile.debian-buster-armhf Wed Jul 17 06:56:20 2019 -0500
@@ -14,12 +14,13 @@
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends \
- ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
- build-essential meson gettext help2man xsltproc mercurial \
- libglib2.0-dev gobject-introspection libgirepository1.0-dev \
- gtk-doc-tools libgtk-3-dev libgladeui-dev \
- python3-dev python-gi-dev python3-gi \
- liblua5.1-0-dev lua-lgi luarocks \
+ ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
+ build-essential meson gettext help2man xsltproc mercurial \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ gtk-doc-tools libgtk-3-dev libgladeui-dev \
+ python3-dev python-gi-dev python3-gi \
+ liblua5.1-0-dev lua-lgi luarocks \
+ libtcc-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists
--- a/Dockerfile.elementary-juno-amd64 Wed Jul 10 01:49:47 2019 -0500
+++ b/Dockerfile.elementary-juno-amd64 Wed Jul 17 06:56:20 2019 -0500
@@ -15,12 +15,13 @@
apt-get update && \
apt-get dist-upgrade -y && \
apt-get install -y --no-install-recommends \
- ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
- build-essential meson gettext help2man xsltproc mercurial \
- libglib2.0-dev gobject-introspection libgirepository1.0-dev \
- gtk-doc-tools libgtk-3-dev libgladeui-dev \
- python3-dev python-gi-dev python3-gi \
- liblua5.1-0-dev lua-lgi luarocks \
+ ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
+ build-essential meson gettext help2man xsltproc mercurial \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ gtk-doc-tools libgtk-3-dev libgladeui-dev \
+ python3-dev python-gi-dev python3-gi \
+ liblua5.1-0-dev lua-lgi luarocks \
+ libtcc-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists
--- a/Dockerfile.ubuntu-bionic-amd64 Wed Jul 10 01:49:47 2019 -0500
+++ b/Dockerfile.ubuntu-bionic-amd64 Wed Jul 17 06:56:20 2019 -0500
@@ -14,12 +14,13 @@
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends \
- ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
- build-essential meson ninja-build gettext help2man xsltproc mercurial \
- libglib2.0-dev gobject-introspection libgirepository1.0-dev \
- gtk-doc-tools libgtk-3-dev libgladeui-dev \
- python3-dev python-gi-dev python3-gi \
- liblua5.1-0-dev lua-lgi luarocks \
+ ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
+ build-essential meson ninja-build gettext help2man xsltproc mercurial \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ gtk-doc-tools libgtk-3-dev libgladeui-dev \
+ python3-dev python-gi-dev python3-gi \
+ liblua5.1-0-dev lua-lgi luarocks \
+ libtcc-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists
--- a/Dockerfile.ubuntu-cosmic-amd64 Wed Jul 10 01:49:47 2019 -0500
+++ b/Dockerfile.ubuntu-cosmic-amd64 Wed Jul 17 06:56:20 2019 -0500
@@ -14,12 +14,13 @@
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends \
- ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
- build-essential ninja-build gettext help2man xsltproc mercurial meson \
- libglib2.0-dev gobject-introspection libgirepository1.0-dev \
- gtk-doc-tools libgtk-3-dev libgladeui-dev \
- python3-dev python-gi-dev python3-gi \
- liblua5.1-0-dev lua-lgi luarocks \
+ ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
+ build-essential ninja-build gettext help2man xsltproc mercurial meson \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ gtk-doc-tools libgtk-3-dev libgladeui-dev \
+ python3-dev python-gi-dev python3-gi \
+ liblua5.1-0-dev lua-lgi luarocks \
+ libtcc-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists
--- a/Dockerfile.ubuntu-disco-amd64 Wed Jul 10 01:49:47 2019 -0500
+++ b/Dockerfile.ubuntu-disco-amd64 Wed Jul 17 06:56:20 2019 -0500
@@ -14,11 +14,13 @@
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends \
- ca-certificates unzip devscripts fakeroot debhelper \
- build-essential meson gettext help2man xsltproc mercurial \
- libglib2.0-dev gobject-introspection libgirepository1.0-dev libgtk-3-dev \
- python3-dev python-gi-dev python3-gi \
- liblua5.1-0-dev lua-lgi luarocks \
+ ca-certificates unzip devscripts fakeroot debhelper \
+ build-essential meson gettext help2man xsltproc mercurial \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ gtk-doc-tools libgtk-3-dev \
+ python3-dev python-gi-dev python3-gi \
+ liblua5.1-0-dev lua-lgi luarocks \
+ libtcc-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists