mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
Add rdesktop
This commit is contained in:
parent
81fc389d9b
commit
fd6c1c1339
8
rdesktop/Dockerfile
Normal file
8
rdesktop/Dockerfile
Normal 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" ]
|
Loading…
Reference in New Issue
Block a user