# # Cartodb container # ubuntu:18.04 # FROM sverhoeven/cartodb LABEL maintainer="spacen onenetcom " # Configuring locales ENV DEBIAN_FRONTEND noninteractive RUN apt-get update ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 ADD ./fonts/SourceHanSansCN-Light.otf /usr/share/fonts/SourceHanSansCN-Light.otf ADD ./fonts/SourceHanSerifCN-Regular.otf /usr/share/fonts/SourceHanSerifCN-Regular.otf ADD ./fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/SourceHanSansCN-Regular.otf RUN apt-get install -y nano net-tools ca-certificates