Skip to content

Commit 02138a6

Browse files
authored
Fix broken python3 dependency for Dockerfile-devel (#135)
The old package is no longer available in the new stable Debian release.
1 parent b59bf7e commit 02138a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile-devel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
2020
'git' \
2121
'libncurses5-dev' \
2222
'libssl-dev' \
23-
'python3-distutils' \
23+
'python3' \
24+
'python3-setuptools' \
2425
'rsync' \
2526
'unzip' \
2627
'zlib1g-dev' \

0 commit comments

Comments
 (0)