clean up base Dockerfile
- run "yum update" after installing RDO repository (to ensure we get any package updates from this repository) - "yum clean" after the "yum update" to prevent yum cache from being baked into the image Change-Id: Id897fd85214855bb08f7e16da4bbdf07b821d991
This commit is contained in:
parent
cb05bb513b
commit
03f616f87c
@ -1,10 +1,8 @@
|
|||||||
FROM fedora
|
FROM fedora
|
||||||
MAINTAINER Steven Dake <sdake@redhat.com>
|
MAINTAINER Steven Dake <sdake@redhat.com>
|
||||||
|
|
||||||
RUN yum update -y
|
|
||||||
|
|
||||||
RUN yum install -y https://rdo.fedorapeople.org/rdo-release.rpm
|
RUN yum install -y https://rdo.fedorapeople.org/rdo-release.rpm
|
||||||
|
RUN yum update -y; yum clean all
|
||||||
RUN yum install -y \
|
RUN yum install -y \
|
||||||
mariadb-libs \
|
mariadb-libs \
|
||||||
openssl \
|
openssl \
|
||||||
@ -82,4 +80,4 @@ RUN yum install -y \
|
|||||||
python-webtest \
|
python-webtest \
|
||||||
python-werkzeug \
|
python-werkzeug \
|
||||||
python-wsme \
|
python-wsme \
|
||||||
&& yum clean all
|
; yum clean all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user