Skip to content

Commit

Permalink
Remove ruby dep from workspace dockerfile (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics committed Feb 14, 2022
1 parent 9ede1dc commit 55e486e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions env/docker/workspace/Dockerfile
Expand Up @@ -22,9 +22,6 @@ RUN apt-get update \
nano \
wget \
zsh \
ruby \
ruby-dev \
ruby-bundler \
ssh-client \
iputils-ping \
libonig-dev \
Expand Down Expand Up @@ -174,17 +171,6 @@ RUN if [ ${PHP_XDEBUG_REMOTE_CONNECT_BACK} = true ]; then \
echo "xdebug.remote_connect_back=1" >> /usr/local/etc/php/conf.d/xdebug.ini \
;fi

#####################################
# RVM, Ruby, and Bundler Installation
#####################################

# Install Ruby & Apiary CLI tool
USER root
RUN echo $(ruby -v) && \
gem update --system && \
gem install bundler && \
gem install apiaryio


###########################################################################
# Check PHP version:
Expand Down

0 comments on commit 55e486e

Please sign in to comment.