ozcanyarimdunya / Docker-Python3-Ubuntu

Dockerfile for image built off Ubuntu 18.04 containing Python 3.6.8 built from source and nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python3.6.8 and nginx on Ubuntu:18.04 Docker

Installed Dependencies

  • gcc
  • g++
  • git
  • zlibc
  • zlib1g-dev
  • libssl-dev
  • libbz2-dev
  • libsqlite3-dev
  • libncurses5-dev
  • libgdbm-dev
  • libgdbm-compat-dev
  • liblzma-dev
  • libreadline-dev
  • uuid-dev
  • libffi-dev
  • tk-dev
  • wget
  • curl
  • make
  • software-properties-common
  • sudo
  • bash-completion
  • tree
  • vim
  • nginx

About

Dockerfile for image built off Ubuntu 18.04 containing Python 3.6.8 built from source and nginx

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 65.7%Language:Dockerfile 34.3%