mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Add python-blessings to Dockerfiles.
This commit is contained in:
parent
c2cf9c6263
commit
01c5170c29
3 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@ RUN yum -y install \
|
|||
docbook-style-xsl \
|
||||
libxslt \
|
||||
rpmdevtools \
|
||||
python-blessings \
|
||||
; yum clean all
|
||||
|
||||
RUN useradd sandbox
|
||||
|
|
|
@ -11,9 +11,11 @@ RUN yum -y install \
|
|||
python-devel \
|
||||
python-mock \
|
||||
python-nose \
|
||||
python-blessings \
|
||||
python-pep8 \
|
||||
python3-mock \
|
||||
python3-nose \
|
||||
python3-blessings \
|
||||
python3-pep8
|
||||
|
||||
RUN useradd sandbox
|
||||
|
|
|
@ -11,9 +11,11 @@ RUN yum -y install \
|
|||
python-devel \
|
||||
python-mock \
|
||||
python-nose \
|
||||
python-blessings \
|
||||
python-pep8 \
|
||||
python3-mock \
|
||||
python3-nose \
|
||||
python3-blessings \
|
||||
python3-pep8
|
||||
|
||||
RUN useradd sandbox
|
||||
|
|
Loading…
Add table
Reference in a new issue