Skip to content

Commit

Permalink
Merge branch 'fix/gcc'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Oct 11, 2024
2 parents c24f900 + 8e7fc4c commit 201fd5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim as builder
FROM debian:trixie-slim as builder
LABEL maintainer=nils@gis-ops.com

WORKDIR /
Expand Down Expand Up @@ -47,6 +47,10 @@ RUN apt-get update > /dev/null && \
# To share the config.yml & access.log file with the host
mkdir /conf

#Upgrade glibc
RUN echo "deb http://ftp.debian.org/debian trixie main" >> /etc/apt/sources.list && \
apt-get update > /dev/null && \
apt-get -t trixie install libc6 libc6-dev libc6-dbg libstdc++6 libgcc-s1 libzstd1 -y

COPY ./docker-entrypoint.sh /docker-entrypoint.sh
ENV VROOM_DOCKER=osrm \
Expand Down

0 comments on commit 201fd5d

Please sign in to comment.