This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Docker file - for install osmium tool. | |
# | |
FROM ubuntu:14.04 | |
MAINTAINER Imre Samu https://github.com/ImreSamu/ | |
RUN export DEBIAN_FRONTEND=noninteractive | |
ENV DEBIAN_FRONTEND noninteractive | |
# Set the locale |