dfdewey/docker/Dockerfile

8 lines
219 B
Text
Raw Normal View History

2019-11-18 00:00:59 +00:00
# Use the official Docker Hub Ubuntu 18.04 base image
FROM ubuntu:18.04
# Update the base image
RUN apt-get update && apt-get -y upgrade && apt-get -y dist-upgrade
# Setup install environment and DFDewey dependencies