Remove python-keyczare from Dockerfiles
This commit is contained in:
parent
aa9d488bc8
commit
264be66ad8
11 changed files with 1 additions and 11 deletions
|
@ -24,7 +24,6 @@ RUN yum clean all && \
|
|||
python-devel \
|
||||
python-httplib2 \
|
||||
python-jinja2 \
|
||||
python-keyczar \
|
||||
python-lxml \
|
||||
python-mock \
|
||||
python-nose \
|
||||
|
|
|
@ -34,7 +34,6 @@ RUN yum clean all && \
|
|||
python-devel \
|
||||
python-httplib2 \
|
||||
python-jinja2 \
|
||||
python-keyczar \
|
||||
python-lxml \
|
||||
python-mock \
|
||||
python-nose \
|
||||
|
|
|
@ -40,7 +40,6 @@ RUN dnf clean all && \
|
|||
python-devel \
|
||||
python-httplib2 \
|
||||
python-jinja2 \
|
||||
python-keyczar \
|
||||
python-lxml \
|
||||
python-mock \
|
||||
python-nose \
|
||||
|
|
|
@ -36,7 +36,6 @@ RUN dnf clean all && \
|
|||
python-devel \
|
||||
python-httplib2 \
|
||||
python-jinja2 \
|
||||
python-keyczar \
|
||||
python-lxml \
|
||||
python-mock \
|
||||
python-nose \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -29,7 +29,6 @@ RUN apt-get update -y && \
|
|||
python-dev \
|
||||
python-httplib2 \
|
||||
python-jinja2 \
|
||||
python-keyczar \
|
||||
python-lxml \
|
||||
python-mock \
|
||||
python-mysqldb \
|
||||
|
|
|
@ -30,7 +30,6 @@ RUN apt-get update -y && \
|
|||
pass \
|
||||
python-httplib2 \
|
||||
python-jinja2 \
|
||||
python-keyczar \
|
||||
python-lxml \
|
||||
python-mock \
|
||||
python-mysqldb \
|
||||
|
|
|
@ -34,7 +34,6 @@ RUN apt-get update -y && \
|
|||
python-dbus \
|
||||
python-httplib2 \
|
||||
python-jinja2 \
|
||||
python-keyczar \
|
||||
python-lxml \
|
||||
python-mock \
|
||||
python-mysqldb \
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue