mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add audacity;
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
b7e1055bce
commit
d09505f787
9
audacity/Dockerfile
Normal file
9
audacity/Dockerfile
Normal 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" ]
|
Loading…
Reference in New Issue
Block a user