mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-02 08:36:15 +02: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…
x
Reference in New Issue
Block a user