Skip to content

Commit 7f56667

Browse files
rjsparksavtobiffPer Andersson
authored
feat: move base containers to trixie (#9535) (#10127)
* Use latest release of yanglint, e.g. libyang3-tools. * Remove apt-utils, since apt-key is removed. Fixes: #8701 Co-authored-by: avtobiff <[email protected]> Co-authored-by: Per Andersson <[email protected]>
1 parent 4f1d800 commit 7f56667

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docker/base.Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-bookworm
1+
FROM python:3.12-trixie
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 apt-utils dialog 2>&1
10+
&& apt-get -y install --no-install-recommends dialog 2>&1
1111

1212
# Add Node.js Source
1313
RUN apt-get install -y --no-install-recommends ca-certificates curl gnupg \
@@ -51,7 +51,6 @@ 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 \
5554
libgbm-dev \
5655
libnss3 \
5756
libxss1 \
@@ -60,7 +59,7 @@ RUN apt-get update --fix-missing && apt-get install -qy --no-install-recommends
6059
libmagic-dev \
6160
libmariadb-dev \
6261
libmemcached-tools \
63-
libyang2-tools \
62+
libyang3-tools \
6463
locales \
6564
make \
6665
mariadb-client \

0 commit comments

Comments
 (0)