/docker-ubuntu-trusty

Docker base image of Ubuntu14.04 trusty

Docker base image of Ubuntu 14.04 (trusty)

features

  • set DEBIAN_FRONTEND noninteractive
  • set TimeZone as JST (+09:00)
  • use fpt.jaist.ac.jp APT mirror

usage

FROM nekoya/trusty
RUN apt-get update && apt-get install -y \
    foo \
    bar