add audacity;

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2016-01-27 13:22:35 -08:00
parent b7e1055bce
commit d09505f787
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

9
audacity/Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
audacity \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT [ "audacity" ]