Mercurial > hg > sonic-visualiser
comparison deploy/linux/docker/Dockerfile_deb.in @ 2158:3f3ad6701482
Ensure Docker cache is defeated when necessary for a consistent build
author | Chris Cannam |
---|---|
date | Thu, 13 Dec 2018 10:22:16 +0000 |
parents | 3a4202cae7fe |
children | 07e957f5d3d8 |
comparison
equal
deleted
inserted
replaced
2157:40f16d6cbab2 | 2158:3f3ad6701482 |
---|---|
1 # This pulls the latest versions of capnp & SV from repos - so you | |
2 # will need to defeat the Docker cache by destroying the container | |
3 # each time you want to update it | |
4 # | |
5 FROM ubuntu:14.04 | 1 FROM ubuntu:14.04 |
6 MAINTAINER Chris Cannam <cannam@all-day-breakfast.com> | 2 MAINTAINER Chris Cannam <cannam@all-day-breakfast.com> |
7 RUN apt-get update && \ | 3 RUN apt-get update && \ |
8 apt-get install -y \ | 4 apt-get install -y \ |
9 software-properties-common \ | 5 software-properties-common \ |