We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4774d8f + c62ea66 commit 1271c72Copy full SHA for 1271c72
Dockerfile
@@ -8,9 +8,13 @@ ADD playbook.yml requirements.yml /opt/setup/
8
9
RUN yum -y install epel-release \
10
&& yum -y install ansible sudo \
11
- && ansible-galaxy install -p /opt/setup/roles -r requirements.yml
+ && ansible-galaxy install -p /opt/setup/roles -r requirements.yml \
12
+ && yum -y clean all \
13
+ && rm -fr /var/cache
14
-RUN ansible-playbook playbook.yml
15
+RUN ansible-playbook playbook.yml \
16
17
18
19
RUN curl -L -o /usr/local/bin/dumb-init \
20
https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64 && \
0 commit comments