Skip to content

Commit

Permalink
need zlib1g-dev for libxml for nokogiri, etc, etc (mongodb#2854)
Browse files Browse the repository at this point in the history
Also bumping to debian:12 for grins
  • Loading branch information
jamis authored Apr 2, 2024
1 parent 74e4e38 commit dd1adad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/mri/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM debian:10
FROM debian:12

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get -y install git ruby-bundler make gcc ruby-dev
apt-get -y install git ruby-bundler make gcc ruby-dev zlib1g-dev

WORKDIR /app

Expand Down

0 comments on commit dd1adad

Please sign in to comment.