Skip to content

Commit

Permalink
Cleanup leftover references to ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlangford authored and nicowilliams committed Feb 26, 2019
1 parent 15be4e7 commit a4756fd
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 226 deletions.
12 changes: 5 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ RUN apt-get update && \
git \
bison \
flex \
ruby \
wget \
ruby-dev && \
python3 \
wget && \
wget https://github.com/kkos/oniguruma/archive/v5.9.6.tar.gz -O onig-5.9.6.tar.gz && \
sha512sum onig-5.9.6.tar.gz | grep 6b048d345e148c9da38af7a8df76d4a358eb3d4db91fa7834076e511f526a63544284f212b0d56badbbd33112c8b458a5fff02bfbbda012ecfe478bc436ea679 && \
tar zxvf onig-5.9.6.tar.gz && \
Expand All @@ -25,8 +24,8 @@ RUN apt-get update && \
./configure --prefix=/usr/local && \
make && \
make install ) && \
gem install bundler && \
(cd /app/docs && bundle install) && \
pip3 install pipenv && \
(cd /app/docs && pipenv sync) && \
(cd /app && \
autoreconf -i && \
./configure --disable-valgrind --enable-all-static --prefix=/usr/local && \
Expand All @@ -43,8 +42,7 @@ RUN apt-get update && \
bison \
git \
flex \
ruby \
ruby-dev && \
python3 && \
apt-get autoremove -y && \
rm -rf oniguruma-5.9.6 && \
rm -rf /var/lib/apt/lists/* /var/lib/gems
Expand Down
7 changes: 0 additions & 7 deletions docs/Gemfile

This file was deleted.

63 changes: 0 additions & 63 deletions docs/Gemfile.lock

This file was deleted.

24 changes: 0 additions & 24 deletions docs/Rakefile

This file was deleted.

49 changes: 0 additions & 49 deletions docs/Rakefile.manual

This file was deleted.

76 changes: 0 additions & 76 deletions docs/Rakefile.website

This file was deleted.

0 comments on commit a4756fd

Please # to comment.