Add packages required by hercules-helper
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Yvan Janssens 2023-03-22 14:22:32 +00:00
parent 832af2007e
commit a1f8d24ca2

View File

@ -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