File tree 4 files changed +7
-4
lines changed
docker-config-engine-bookworm
docker-config-engine-bullseye
docker-config-engine-buster
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ RUN apt-get update && \
9
9
apt-utils \
10
10
build-essential \
11
11
python3-dev \
12
- python3-yaml
12
+ python3-yaml \
13
+ python3-cffi
13
14
14
15
{% - if CONFIGURED_ARCH == "armhf" or CONFIGURED_ARCH == "arm64" %}
15
16
RUN apt-get install -y \
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ RUN apt-get update && \
8
8
apt-get install -y \
9
9
apt-utils \
10
10
build-essential \
11
- python3-dev
11
+ python3-dev \
12
+ python3-cffi
12
13
13
14
{% - if CONFIGURED_ARCH == "armhf" or CONFIGURED_ARCH == "arm64" %}
14
15
RUN apt-get install -y \
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ RUN apt-get update && \
8
8
apt-get install -y \
9
9
apt-utils \
10
10
build-essential \
11
- python3-dev
11
+ python3-dev \
12
+ python3-cffi
12
13
13
14
{% - if CONFIGURED_ARCH == "armhf" or CONFIGURED_ARCH == "arm64" %}
14
15
RUN apt-get install -y \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
6
6
RUN apt-get update
7
7
8
8
# Dependencies for sonic-cfggen
9
- RUN apt-get install -y build-essential python-dev
9
+ RUN apt-get install -y build-essential python-dev python3-cffi
10
10
11
11
# Install python-redis
12
12
RUN pip install redis>=3.5.3
You can’t perform that action at this time.
0 commit comments