Skip to content

Commit

Permalink
Issue #7: Avoid updating everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed May 7, 2020
1 parent 87f182a commit 156d5ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ ENV container=docker

ENV pip_packages "ansible"

# Update everything.
RUN yum -y update && yum clean all

# Install systemd -- See https://hub.docker.com/_/centos/
RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == \
systemd-tmpfiles-setup.service ] || rm -f $i; done); \
Expand Down

0 comments on commit 156d5ce

Please sign in to comment.