From a6b0569f528e385b997d24ee32030605b7549516 Mon Sep 17 00:00:00 2001 From: Nico Boehr <freifunk@nicoboehr.de> Date: Sat, 22 Jan 2022 17:06:13 +0100 Subject: [PATCH] update deps to current gluon --- Dockerfile | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5682ab..98f90d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,25 @@ FROM debian:11 RUN apt-get update \ - && apt-get install -y git subversion python3 rsync build-essential gawk unzip libelf-dev libz-dev libncurses-dev libssl-dev time curl wget ecdsautils qemu-utils \ + && apt-get install -y ca-certificates \ + file \ + git \ + subversion \ + python3 \ + build-essential \ + gawk \ + unzip \ + libncurses5-dev \ + zlib1g-dev \ + libssl-dev \ + libelf-dev \ + wget \ + rsync \ + time \ + qemu-utils \ + ecdsautils \ + lua-check \ + shellcheck \ && apt-get clean # gluon build fails when running as root -- GitLab