Use bookworm-slim base image

Fixes  #80
This commit is contained in:
Justin Gorinsky 2024-03-28 18:06:56 -05:00 committed by Nemo
parent c736f2c9a4
commit dcaaf336d1
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM debian:bookworm-slim
LABEL maintainer="github.google-sre-ebook@captnemo.in"
@ -18,8 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
texlive-xetex \
wget \
zlib1g-dev \
&& gem install bundler --no-ri --no-rdoc \
&& gem update --system \
&& gem install bundler --no-document \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*