Skip to content

Instantly share code, notes, and snippets.

@noamr
Created August 18, 2015 14:59
Show Gist options
  • Save noamr/86d76e6b40db40ac5c94 to your computer and use it in GitHub Desktop.
Save noamr/86d76e6b40db40ac5c94 to your computer and use it in GitHub Desktop.
FROM ubuntu:14.04
COPY vobadk.deb /tmp/
RUN apt-get update
RUN dpkg -i --force-depends /tmp/vobadk.deb
RUN apt-get -f -y install
ENTRYPOINT /usr/local/vobadk/bin/adk-controller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment