Skip to content

Commit cca4fca

Browse files
Add libraries for ncurses, dbm, and lzma
1 parent c64283e commit cca4fca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ RUN apt-get -qq -y update && \
2222
libssl-dev \
2323
libbz2-dev \
2424
libsqlite3-dev \
25+
libncurses5-dev \
26+
libgdbm-dev \
27+
libgdbm-compat-dev \
28+
liblzma-dev \
29+
libreadline-dev \
2530
wget \
2631
curl \
2732
git \

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python3 on Ubuntu Docker
22

3-
Dockerfile for image built off [Ubuntu 18.04](https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes/18.04) containing [Python 3.6](https://www.python.org/downloads/release/python-366/) built from source
3+
Dockerfile for image built off [Ubuntu 18.04](https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes/18.04) containing [Python 3.6](https://www.python.org/downloads/release/python-368/) built from source
44

55
[![Docker Automated build](https://img.shields.io/docker/automated/matthewfeickert/docker-python3-ubuntu.svg)](https://hub.docker.com/r/matthewfeickert/docker-python3-ubuntu/)
66
[![Docker Build Status](https://img.shields.io/docker/build/matthewfeickert/docker-python3-ubuntu.svg)](https://hub.docker.com/r/matthewfeickert/docker-python3-ubuntu/builds/)
@@ -18,6 +18,11 @@ Dockerfile for image built off [Ubuntu 18.04](https://wiki.ubuntu.com/BionicBeav
1818
- libssl-dev
1919
- libbz2-dev
2020
- libsqlite3-dev
21+
- libncurses5-dev
22+
- libgdbm-dev
23+
- libgdbm-compat-dev
24+
- liblzma-dev
25+
- libreadline-dev
2126
- wget
2227
- curl
2328
- make

0 commit comments

Comments
 (0)