We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e4e38 commit dd1adadCopy full SHA for dd1adad
release/mri/Dockerfile
@@ -1,9 +1,9 @@
1
-FROM debian:10
+FROM debian:12
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
5
RUN apt-get update && \
6
- apt-get -y install git ruby-bundler make gcc ruby-dev
+ apt-get -y install git ruby-bundler make gcc ruby-dev zlib1g-dev
7
8
WORKDIR /app
9
0 commit comments