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

Commit f8d45cf

Browse files
committed
install python
1 parent 63bb8d8 commit f8d45cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
1818
zlib1g-dev \
1919
bash-completion \
2020
patch \
21+
python3 \
2122
&& rm -rf /var/lib/apt/lists/*
2223

2324
RUN set -ex; \

0 commit comments

Comments
 (0)