Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit d866e92

Browse files
committed
Merge branch 'dev' into 3.7
2 parents 70a78dd + e8bf525 commit d866e92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ FROM ubuntu:18.04
66
# Install the build requirements for Python.
77
RUN apt-get update -y && \
88
apt-get install -y gcc make curl \
9-
libssl-dev libsqlite3-dev liblzma-dev libbz2-dev libgdbm-dev libffi-dev
9+
libssl-dev libsqlite3-dev liblzma-dev libbz2-dev libgdbm-dev \
10+
libffi-dev zlib1g-dev
1011

1112
# Install the Makefile and exclude list, and build Python.
1213
# This Makefile will assume there are two external mountpoints:

0 commit comments

Comments
 (0)