Skip to content

Commit

Permalink
➖ delete ruby settings
Browse files Browse the repository at this point in the history
  • Loading branch information
reo11 committed Jan 27, 2024
1 parent 7798528 commit 8ce83b5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions dockerfiles/Dockerfile.new
Original file line number Diff line number Diff line change
Expand Up @@ -141,24 +141,6 @@ RUN mkdir $RUST_HOME && \
cargo install cargo-compete && \
chown -R $USER_NAME $RUST_HOME

# Ruby start
RUN cd /tmp && \
wget https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.gz && \
tar -xf ruby-3.2.2.tar.gz && \
cd ruby-3.2.2 && \
export cflags=-fno-stack-clash-protection && \
./configure && \
make && \
sudo make install && \
# 以下、Library のインストール
RUN sudo gem install rbtree
RUN sudo gem install ac-library-rb
RUN sudo gem install faster_prime
RUN sudo gem install sorted_set
RUN sudo gem install numo-narray
RUN sudo gem install polars-df
# Ruby end

# online-judge-tools
RUN python3.11 -m pip install online-judge-tools

Expand Down

0 comments on commit 8ce83b5

Please sign in to comment.