Skip to content

Commit a635979

Browse files
committed
Fix Dockerfile
1 parent cd6f3bd commit a635979

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

tools/docker/Dockerfile

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,30 @@ ARG DEBIAN_FRONTEND=noninteractive
55
RUN : \
66
&& apt-get update \
77
&& apt-get install -y --no-install-recommends \
8-
git \
9-
wget \
8+
bison \
9+
ccache \
10+
cmake \
1011
curl \
11-
libssl-dev \
12-
libncurses-dev \
1312
flex \
14-
bison \
13+
git \
1514
gperf \
15+
jq \
16+
libncurses-dev \
17+
libssl-dev \
18+
libusb-1.0 \
19+
ninja-build \
20+
patch \
1621
python3 \
17-
python3-pip \
18-
python3-setuptools \
19-
python3-serial \
2022
python3-click \
2123
python3-cryptography \
2224
python3-future \
23-
python3-pyparsing \
25+
python3-pip \
2426
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 \
2932
&& pip install --upgrade pip \
3033
&& apt-get autoremove -y \
3134
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)