Skip to content

Instantly share code, notes, and snippets.

@tailhook
Created October 13, 2015 23:50
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 tailhook/d0d3734350fe34b13c42 to your computer and use it in GitHub Desktop.
Save tailhook/d0d3734350fe34b13c42 to your computer and use it in GitHub Desktop.
containers:
printer:
setup:
- !Ubuntu trusty
- !Sh "dpkg --add-architecture i386"
- !Install ["libc6:i386", "cups-client"]
- !EnsureDir "/usr/share/cups/model"
- !Sh "dpkg -i brdcp7030lpr-2.0.2-1.i386.deb"
- !Sh "dpkg -i cupswrapperDCP7030-2.0.2-1.i386.deb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment