Skip to content

Commit b723903

Browse files
committed
WIP
1 parent 8da33eb commit b723903

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)