Skip to content

Commit

Permalink
Fix typo on ruby installer
Browse files Browse the repository at this point in the history
  • Loading branch information
smoretto committed Oct 14, 2020
1 parent 112c82a commit be4a7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN sudo apt-get update && \
# Install Ruby
ENV RUBY_VERSION 2.6.3
RUN sudo apt-get update && \
cd /tmp && wget -O ruby-install-0.6.1.tar.gz https://github.com/postmodern/ruby-install/archive/v0.7.1.tar.gz && \
cd /tmp && wget -O ruby-install-0.7.1.tar.gz https://github.com/postmodern/ruby-install/archive/v0.7.1.tar.gz && \
tar -xzvf ruby-install-0.7.1.tar.gz && \
cd ruby-install-0.7.1 && \
sudo make install && \
Expand Down

0 comments on commit be4a7f6

Please sign in to comment.