Skip to content

Dockerfile for building #19

@sarnobat

Description

@sarnobat

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions