Skip to content
Snippets Groups Projects
Commit cf178ff7 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add --no-install-recommends option to Ubuntu image"

parents 3875d6d3 7624e56c
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,12 @@ FROM ubuntu:trusty
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN apt-get update \
&& apt-get install -y software-properties-common \
&& apt-get install -y --no-install-recommends software-properties-common \
&& add-apt-repository cloud-archive:kilo \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get dist-upgrade -y \
&& apt-get install -y \
&& apt-get install -y --no-install-recommends \
crudini \
openssl \
&& apt-get clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment