Skip to content

Commit 834783f

Browse files
Install Python 2 and Python 3 packages in Debian stretch. (#137)
1 parent eacdb9f commit 834783f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/x86_64_stretch/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ RUN apt-get -y update \
2626
make \
2727
pkg-config \
2828
python-dev \
29+
python3-dev \
2930
&& apt-get -y clean \
3031
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)