Skip to content

Commit 6f6dbe7

Browse files
surlirnorth
authored andcommitted
Move from debian:wheezy to debian:jessie-slim (#1)
* Move from debian:wheezy to debian:jessie * Use jessie-slim for a smaller image
1 parent e015b1a commit 6f6dbe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# VERSION 0.1
44

5-
FROM debian:wheezy
5+
FROM debian:jessie-slim
66
MAINTAINER Richard North <rich.north@gmail.com>
77

88
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 \
1414
RUN pip install vnc2flv
1515

1616
ENTRYPOINT ["flvrec.py"]
17-
CMD ["--help"]
17+
CMD ["--help"]

0 commit comments

Comments
 (0)