Add rdesktop

This commit is contained in:
Jessica Frazelle 2014-12-31 11:19:01 -08:00
parent 81fc389d9b
commit fd6c1c1339

8
rdesktop/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM debian:jessie
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
rdesktop \
--no-install-recommends
ENTRYPOINT [ "rdesktop" ]