dockerfiles/remmina/Dockerfile

15 lines
379 B
Docker
Raw Normal View History

2015-03-09 18:43:29 +01:00
FROM ubuntu:14.10
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
software-properties-common \
--no-install-recommends && \
apt-add-repository ppa:remmina-ppa-team/remmina-next && \
apt-get update && apt-get install -y \
2015-03-11 22:51:50 +01:00
hicolor-icon-theme \
2015-03-09 18:43:29 +01:00
remmina \
remmina-plugin-rdp \
--no-install-recommends
ENTRYPOINT [ "remmina" ]