Skip to content

Commit eacdb9f

Browse files
Fix bionic build container. (#136)
Python 2 is just python-dev on bionic.
1 parent c1976d3 commit eacdb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/x86_64_bionic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get -y update \
2727
lsb-release \
2828
make \
2929
pkg-config \
30-
python2-dev \
30+
python-dev \
3131
python3-dev \
3232
&& apt-get -y clean \
3333
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)