Skip to content

Commit

Permalink
Update graphite Dockerfile to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Nov 17, 2023
1 parent 40faf9c commit 86386da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/docker/graphite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
FROM debian:buster
FROM debian:bookworm

#### Prepare the OS base setup ###

ENV DEBIAN_FRONTEND noninteractive

RUN echo 'deb-src http://deb.debian.org/debian buster main' >> /etc/apt/sources.list.d/srcpkg.list && \
echo 'deb-src http://security.debian.org/debian-security buster/updates main' >> /etc/apt/sources.list.d/srcpkg.list && \
echo 'deb-src http://deb.debian.org/debian buster-updates main' >> /etc/apt/sources.list.d/srcpkg.list

RUN apt-get update && \
apt-get -y --no-install-recommends install \
locales \
Expand Down

0 comments on commit 86386da

Please sign in to comment.