Skip to content

Working Dockerfile #5

@axvpast

Description

@axvpast

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/bash
FROM    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; make

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