Skip to content

Instantly share code, notes, and snippets.

@ricardochaves
Created June 1, 2017 01:40
Show Gist options
  • Save ricardochaves/6769dd82a69239e5795adc6b33e5a373 to your computer and use it in GitHub Desktop.
Save ricardochaves/6769dd82a69239e5795adc6b33e5a373 to your computer and use it in GitHub Desktop.
ricardobchaves6/myubuntu16-10
FROM ubuntu:16.10
MAINTAINER Ricardo Baltazar Chaves <[email protected]>
RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get install -y python3.6 python-pip
#https://hub.docker.com/r/ricardobchaves6/myubuntu16-10/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment