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 8da33eb commit b723903Copy full SHA for b723903
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM buildpack-deps:bullseye
2
+
3
+RUN apt-get update
4
+RUN curl -L https://github.com/postmodern/ruby-install/releases/download/v0.10.1/ruby-install-0.10.1.tar.gz -O
5
+RUN tar -xvzf ruby-install-0.10.1.tar.gz
6
+RUN cd ruby-install-0.10.1 && make install
7
+RUN mkdir -p /github/workspace
8
+RUN ruby-install --rubies-dir /github/workspace 3.4.6 -- --disable-install-rdoc LDFLAGS="-s"
0 commit comments