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 Mar 7, 2024
1 parent 578724b commit 09b551d
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 09b551d

Please sign in to comment.