Skip to content

Commit

Permalink
add packages for google sheets integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-sheth authored and chaitanyaenr committed May 28, 2020
1 parent 7d38cd5 commit 4b1887f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scale-ci-workload/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == system
yum --enablerepo=copr:copr.fedorainfracloud.org:ndokos:pbench install -y openssh-clients openssh-server pbench-agent pbench-uperf pbench-fio jq \
iproute sysvinit-tools pbench-sysstat git ansible which bind-utils blktrace ethtool iotop iptables-services perf wget initscripts \
gettext python-requests && yum install -y python36-setuptools && yum clean all && \
easy_install-2.7 pip && pip2.7 install boto3 && yum install -y python-rbd python-flask && git clone https://github.com/cloud-bulldozer/snafu /tmp/snafu && pip3 install --upgrade-strategy=only-if-needed -r https://raw.githubusercontent.com/cloud-bulldozer/snafu/master/requirements.txt && \
easy_install-2.7 pip && pip2.7 install boto3 && yum install -y python-rbd python-flask && git clone https://github.com/cloud-bulldozer/snafu /tmp/snafu && pip3 install --upgrade-strategy=only-if-needed -r https://raw.githubusercontent.com/cloud-bulldozer/snafu/master/requirements.txt && pip3 install gspread gspread-formatting oauth2client \
sed -i "s/#Port 22/Port 2022/" /etc/ssh/sshd_config && \
chmod g=u /etc/passwd && \
chmod 600 /root/.ssh/config && \
Expand Down

0 comments on commit 4b1887f

Please sign in to comment.