Mercurial > hg > sonic-visualiser
comparison deploy/linux/docker/Dockerfile_appimage.in @ 2179:97d12b3d5147 bqaudiostream
Merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 08 Jan 2019 15:26:17 +0000 |
parents | 3f3ad6701482 |
children | 1d87a709fe1a |
comparison
equal
deleted
inserted
replaced
2156:8081d8053a5c | 2179:97d12b3d5147 |
---|---|
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 \ |