File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.12-trixie
1+ FROM python:3.12-bookworm
22LABEL maintainer=
"IETF Tools Team <[email protected] >" 33
44ENV DEBIAN_FRONTEND=noninteractive
@@ -7,7 +7,7 @@ ENV NODE_MAJOR=16
77# Update system packages
88RUN 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
1313RUN 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 \
You can’t perform that action at this time.
0 commit comments