Skip to content

Commit 74c76b3

Browse files
committed
Drop deprecated python requirements
1 parent 3b160d3 commit 74c76b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,9 @@ RUN true \
4646
g++ \
4747
time \
4848
jq \
49-
python \
50-
python-yaml \
51-
python-pip \
5249
python3 \
5350
python3-pip \
51+
python3-yaml \
5452
&& apt-get clean \
5553
&& rm -rf /var/lib/apt/lists/* \
5654
&& pip install pyserial \

0 commit comments

Comments
 (0)