File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,30 @@ ARG DEBIAN_FRONTEND=noninteractive
5
5
RUN : \
6
6
&& apt-get update \
7
7
&& apt-get install -y --no-install-recommends \
8
- git \
9
- wget \
8
+ bison \
9
+ ccache \
10
+ cmake \
10
11
curl \
11
- libssl-dev \
12
- libncurses-dev \
13
12
flex \
14
- bison \
13
+ git \
15
14
gperf \
15
+ jq \
16
+ libncurses-dev \
17
+ libssl-dev \
18
+ libusb-1.0 \
19
+ ninja-build \
20
+ patch \
16
21
python3 \
17
- python3-pip \
18
- python3-setuptools \
19
- python3-serial \
20
22
python3-click \
21
23
python3-cryptography \
22
24
python3-future \
23
- python3-pyparsing \
25
+ python3-pip \
24
26
python3-pyelftools \
25
- cmake \
26
- ninja-build \
27
- ccache \
28
- jq \
27
+ python3-pyparsing \
28
+ python3-serial \
29
+ python3-setuptools \
30
+ python3-venv \
31
+ wget \
29
32
&& pip install --upgrade pip \
30
33
&& apt-get autoremove -y \
31
34
&& rm -rf /var/lib/apt/lists/* \
You can’t perform that action at this time.
0 commit comments