Skip to content

Commit

Permalink
Merge pull request #397 from mmd-osm/patch/dockerbrotli
Browse files Browse the repository at this point in the history
Added missing brotli libs in Dockerfile stage 2
  • Loading branch information
mmd-osm authored Apr 19, 2024
2 parents 6a3692c + 60ab58b commit 631eff8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/debian/Dockerfile_bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FROM debian:bookworm-slim
RUN apt-get update -qq && \
apt-get install -y \
libfcgi-bin libmemcached11 libboost-program-options1.74.0 \
libxml2 libcrypto++8 libyajl2 libpqxx-6.4 zlib1g libfmt9 \
libxml2 libcrypto++8 libyajl2 libpqxx-6.4 zlib1g libbrotli1 libfmt9 \
--no-install-recommends && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion docker/debian/Dockerfile_trixie
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FROM debian:trixie
RUN apt-get update -qq && \
apt-get install -y \
libfcgi-bin libmemcached11 libboost-program-options1.74.0 \
libxml2 libcrypto++8 libyajl2 libpqxx-7.8 zlib1g libfmt9 \
libxml2 libcrypto++8 libyajl2 libpqxx-7.8 zlib1g libbrotli1 libfmt9 \
--no-install-recommends && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FROM ubuntu:20.04
RUN apt-get update -qq && \
apt-get install -y \
libfcgi-bin libmemcached11 libboost-locale1.71.0 libboost-program-options1.71.0 \
libxml2 libcrypto++6 libyajl2 libpqxx-6.4 zlib1g \
libxml2 libcrypto++6 libyajl2 libpqxx-6.4 zlib1g libbrotli1 \
--no-install-recommends && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/Dockerfile2204
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FROM ubuntu:22.04
RUN apt-get update -qq && \
apt-get install -y \
libfcgi-bin libmemcached11 libboost-program-options1.74.0 \
libxml2 libcrypto++8 libyajl2 libpqxx-6.4 zlib1g libfmt8 \
libxml2 libcrypto++8 libyajl2 libpqxx-6.4 zlib1g libbrotli1 libfmt8 \
--no-install-recommends && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 631eff8

Please sign in to comment.