We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e015b1a commit 6f6dbe7Copy full SHA for 6f6dbe7
Dockerfile
@@ -2,7 +2,7 @@
2
#
3
# VERSION 0.1
4
5
-FROM debian:wheezy
+FROM debian:jessie-slim
6
MAINTAINER Richard North <rich.north@gmail.com>
7
8
LABEL Description="This image can be used to create a sidekick container for recording videos of VNC sessions hosted in other containers"
@@ -14,4 +14,4 @@ RUN apt-get update && apt-get install -y \
14
RUN pip install vnc2flv
15
16
ENTRYPOINT ["flvrec.py"]
17
-CMD ["--help"]
+CMD ["--help"]
0 commit comments