|
|
|
@ -63,7 +63,7 @@ RUN apt-get update && apt-get install -y \ |
|
|
|
|
RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | python2.7 |
|
|
|
|
RUN pip install --upgrade pip==19.3.1 |
|
|
|
|
RUN pip install virtualenv==16.7.9 |
|
|
|
|
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.15.0 twisted==17.5.0 |
|
|
|
|
RUN pip install futures==3.1.1 enum34==1.1.10 protobuf==3.5.2.post1 six==1.16.0 twisted==19.10.0 |
|
|
|
|
|
|
|
|
|
# Google Cloud platform API libraries |
|
|
|
|
RUN pip install --upgrade google-auth==1.24.0 google-api-python-client==1.12.8 oauth2client==4.1.0 |
|
|
|
@ -73,7 +73,7 @@ RUN pip install --upgrade google-auth==1.24.0 google-api-python-client==1.12.8 o |
|
|
|
|
|
|
|
|
|
# Install rvm |
|
|
|
|
RUN apt-get update && apt-get install -y gnupg2 && apt-get clean |
|
|
|
|
RUN gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB |
|
|
|
|
RUN gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB |
|
|
|
|
RUN \curl -sSL https://get.rvm.io | bash -s stable |
|
|
|
|
|
|
|
|
|
# Install Ruby 2.5 |
|
|
|
|