From a1f8d24ca275861a40e408b554f2bf51105e5caa Mon Sep 17 00:00:00 2001 From: Yvan Janssens Date: Wed, 22 Mar 2023 14:22:32 +0000 Subject: [PATCH] Add packages required by hercules-helper --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4921ef8..914f7a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM ghcr.io/linuxserver/code-server:latest -RUN apt update -y && apt upgrade -y && apt install -y build-essential cmake python3-dev c3270 +# Install own things and dependencies +RUN apt update -y && apt upgrade -y && apt install -y build-essential cmake python3-dev c3270 \ + git wget time autoconf automake flex gawk m4 libltdl-dev libtool-bin libcap2-bin libbz2-dev zlib1g-dev RUN cd / && git clone https://github.com/wrljet/hercules-helper.git COPY allow-root-build.patch /hercules-helper