Remove python-keyczare from Dockerfiles

This commit is contained in:
Sam Doran 2018-04-12 09:37:58 -04:00
parent aa9d488bc8
commit 264be66ad8
11 changed files with 1 additions and 11 deletions

View file

@ -24,7 +24,6 @@ RUN yum clean all && \
python-devel \
python-httplib2 \
python-jinja2 \
python-keyczar \
python-lxml \
python-mock \
python-nose \

View file

@ -34,7 +34,6 @@ RUN yum clean all && \
python-devel \
python-httplib2 \
python-jinja2 \
python-keyczar \
python-lxml \
python-mock \
python-nose \

View file

@ -40,7 +40,6 @@ RUN dnf clean all && \
python-devel \
python-httplib2 \
python-jinja2 \
python-keyczar \
python-lxml \
python-mock \
python-nose \

View file

@ -36,7 +36,6 @@ RUN dnf clean all && \
python-devel \
python-httplib2 \
python-jinja2 \
python-keyczar \
python-lxml \
python-mock \
python-nose \

View file

@ -25,7 +25,6 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh && \
python-devel \
python-httplib2 \
python-jinja2 \
python-keyczar \
python-lxml \
python-mock \
python-MySQL-python \

View file

@ -25,7 +25,6 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh --services --force &
python-devel \
python-httplib2 \
python-jinja2 \
python-keyczar \
python-lxml \
python-mock \
python-MySQL-python \

View file

@ -25,7 +25,6 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh --services --force &
python-devel \
python-httplib2 \
python-jinja2 \
python-keyczar \
python-lxml \
python-mock \
python-MySQL-python \

View file

@ -29,7 +29,6 @@ RUN apt-get update -y && \
python-dev \
python-httplib2 \
python-jinja2 \
python-keyczar \
python-lxml \
python-mock \
python-mysqldb \

View file

@ -30,7 +30,6 @@ RUN apt-get update -y && \
pass \
python-httplib2 \
python-jinja2 \
python-keyczar \
python-lxml \
python-mock \
python-mysqldb \

View file

@ -34,7 +34,6 @@ RUN apt-get update -y && \
python-dbus \
python-httplib2 \
python-jinja2 \
python-keyczar \
python-lxml \
python-mock \
python-mysqldb \

View file

@ -64,6 +64,6 @@ RUN ssh-keygen -q -t rsa -N '' -f /root/.ssh/id_rsa && \
cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys && \
for key in /etc/ssh/ssh_host_*_key.pub; do echo "localhost $(cat ${key})" >> /root/.ssh/known_hosts; done
VOLUME /sys/fs/cgroup /run/lock /run /tmp
RUN pip3 install coverage junit-xml python3-keyczar
RUN pip3 install coverage junit-xml
ENV container=docker
CMD ["/sbin/init"]