Skip to content

A Dockerfile to build deutex #76

@jtheisen

Description

@jtheisen

I had some issues getting this compiled at first, so it may be helpful to some to have a dockerfile handy that builds this:

FROM debian:latest

RUN apt-get update

RUN apt-get install -y \
  build-essential bash git wget unzip zlib1g-dev \
  autoconf automake libtool pkg-config \
  bash-completion

RUN git clone https://github.com/Doom-Utils/deutex.git

WORKDIR /deutex

RUN \
  ./bootstrap && \
  ./configure && \
  make && \
  make install

ENTRYPOINT ["/usr/local/bin/deutex"]

CMD ["-h"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions