-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Here is the basic Dockerfile that I got to work:
FROM ubuntu:22.04
COPY ccze /proj
WORKDIR /proj/
RUN apt update
RUN apt install -y wget
RUN apt install -y autoconf
RUN apt install -y build-essential
RUN apt install -y gcc
RUN apt install -y libncurses5-dev
RUN apt install -y libpcre3-dev
RUN wget 'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess'
RUN wget 'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub'
RUN ./configure x86_64
RUN make
RUN make install
We can't let this great tool die.
Metadata
Metadata
Assignees
Labels
No labels