File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -141,24 +141,6 @@ RUN mkdir $RUST_HOME && \
141
141
cargo install cargo-compete && \
142
142
chown -R $USER_NAME $RUST_HOME
143
143
144
- # Ruby start
145
- RUN cd /tmp && \
146
- wget https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.gz && \
147
- tar -xf ruby-3.2.2.tar.gz && \
148
- cd ruby-3.2.2 && \
149
- export cflags=-fno-stack-clash-protection && \
150
- ./configure && \
151
- make && \
152
- sudo make install && \
153
- # 以下、Library のインストール
154
- RUN sudo gem install rbtree
155
- RUN sudo gem install ac-library-rb
156
- RUN sudo gem install faster_prime
157
- RUN sudo gem install sorted_set
158
- RUN sudo gem install numo-narray
159
- RUN sudo gem install polars-df
160
- # Ruby end
161
-
162
144
# online-judge-tools
163
145
RUN python3.11 -m pip install online-judge-tools
164
146
You can’t perform that action at this time.
0 commit comments