I\'m building a new Docker image based on the standard Ubuntu 14.04 image.
Here\'s my Dockerfile:
FROM ubuntu:14.04 RUN apt-get update -y RUN a