Skip to content

Instantly share code, notes, and snippets.

@noamr
Created August 24, 2015 09:24
Show Gist options
  • Save noamr/1aa038346e78b9b95e64 to your computer and use it in GitHub Desktop.
Save noamr/1aa038346e78b9b95e64 to your computer and use it in GitHub Desktop.
FROM debian:jessie
RUN apt-get update && apt-get install -y zlib1g libssl1.0.0 libcurl3-gnutls nodejs libstdc++6
COPY ${DEB_FILE} /tmp/vobadk.deb
RUN dpkg -i --force-all /tmp/vobadk.deb; rm -rf /var/lib/apt/lists; rm /tmp/*; apt-get purge; apt-get autoremove -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment