Skip to content

Commit a938cea

Browse files
committed
Replace python-dev with python3-dev (python-dev is an older naming convention, typically for Python 2)
1 parent cf3650b commit a938cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN chmod 777 .
88

99
RUN apt-get update \
1010
&& apt-get install -y --no-install-recommends \
11-
python-dev \
11+
python3-dev \
1212
libsasl2-dev \
1313
&& apt-get clean \
1414
&& rm -rf \

0 commit comments

Comments
 (0)