-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Little bit complicated to find all dependency in experimental way in live system, so we can use Docker for compile
docker build -t postfish .
docker run --name Postfish --rm -v `pwd`:/app -it postfish /bin/bashFROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8
RUN apt-get update && apt-get install -y make gtk2.0 libao-dev libgtk2.0-dev libglib2.0-dev fftw3-dev
RUN apt-get autoclean && apt-get autoremove
#COPY ./ /app
#RUN cd /app; makeReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels