Skip to content

Instantly share code, notes, and snippets.

@nicr9
Created February 19, 2016 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicr9/989836942f582ce17610 to your computer and use it in GitHub Desktop.
Save nicr9/989836942f582ce17610 to your computer and use it in GitHub Desktop.
FROM ubuntu:15.10
MAINTAINER Nic Roland "nicroland9@gmail.com"
RUN apt-get update && \
apt-get install -y xclip && \
apt-get clean
ENTRYPOINT xclip -o -selection clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment