-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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"]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels