FROM ubuntu:latest MAINTAINER Ewelina Rupnik [email protected]
ARG DEBIAN_FRONTEND=noninteractive
ENV foo /etc/opt/ WORKDIR ${foo}
RUN apt-get update && apt-get install -y
build-essential
make
cmake
git
proj-bin
exiv2
exiftool
imagemagick
xorg
openbox
qt5-default
meshlab
vim
RUN git clone https://github.com/micmacIGN/micmac.git
WORKDIR micmac RUN mkdir build WORKDIR build RUN cmake ../ && make install -j8
ENV PATH=$foo"micmac/bin/:${PATH}" RUN echo $foo"micmac/bin/:${PATH}"
Content type
Image
Digest
Size
944.4 MB
Last updated
over 6 years ago
docker pull rupnike/micmac:1.0