summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-04-26 09:00:36 +0200
committerGitHub <noreply@github.com>2023-04-26 09:00:36 +0200
commit012a23fbaadbdd3f95199d301fc1f8f8f9e42186 (patch)
treee715f0541239ddb505d273c62e918a824f35298b /docker
parentbd9b3b3f6e7f6ca54c3c41065ec82f545adc73ae (diff)
parent8f78333e6dcfe04a1a5f518d325e15dc1f92c4a4 (diff)
downloadvyos-build-012a23fbaadbdd3f95199d301fc1f8f8f9e42186.tar.gz
vyos-build-012a23fbaadbdd3f95199d301fc1f8f8f9e42186.zip
Merge pull request #340 from zdc/T5182-equuleus
ice: T5182: added build task for Intel ICE driver
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 1416ae04..487bf0a8 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -649,6 +649,11 @@ RUN apt-get update && apt-get install -y \
RUN gem install public_suffix -v 4.0.7
RUN gem install --no-document fpm
+# debmake: a native Debian tool for preparing sources for packaging
+RUN apt-get update && apt-get install -y \
+ debmake \
+ python3-debian
+
# Allow password-less 'sudo' for all users in group 'sudo'
RUN echo -e "vyos_bld\tALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/vyos_bld && \
chmod a+s /usr/sbin/useradd /usr/sbin/groupadd