Skip to content

Commit 3565d84

Browse files
authored
fix: revert "feat: move base containers to trixie (#9535) (#10127)" (#10140)
This reverts commit 7f56667.
1 parent 6ee56b5 commit 3565d84

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker/base.Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-trixie
1+
FROM python:3.12-bookworm
22
LABEL maintainer="IETF Tools Team <[email protected]>"
33

44
ENV DEBIAN_FRONTEND=noninteractive
@@ -7,7 +7,7 @@ ENV NODE_MAJOR=16
77
# Update system packages
88
RUN apt-get update \
99
&& apt-get -qy upgrade \
10-
&& apt-get -y install --no-install-recommends dialog 2>&1
10+
&& apt-get -y install --no-install-recommends apt-utils dialog 2>&1
1111

1212
# Add Node.js Source
1313
RUN apt-get install -y --no-install-recommends ca-certificates curl gnupg \
@@ -51,6 +51,7 @@ RUN apt-get update --fix-missing && apt-get install -qy --no-install-recommends
5151
libgtk2.0-0 \
5252
libgtk-3-0 \
5353
libnotify-dev \
54+
libgconf-2-4 \
5455
libgbm-dev \
5556
libnss3 \
5657
libxss1 \
@@ -59,7 +60,7 @@ RUN apt-get update --fix-missing && apt-get install -qy --no-install-recommends
5960
libmagic-dev \
6061
libmariadb-dev \
6162
libmemcached-tools \
62-
libyang3-tools \
63+
libyang2-tools \
6364
locales \
6465
make \
6566
mariadb-client \

0 commit comments

Comments
 (0)