mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-05 13:43:29 +01:00
Always run apt-get update inside Docker containers.
This commit is contained in:
parent
8bcd140b27
commit
c627b6c293
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM ubuntu:12.04
|
||||
RUN apt-get update
|
||||
|
||||
# Install Ansible
|
||||
RUN apt-get install -y software-properties-common python-software-properties git
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
FROM ubuntu:14.04
|
||||
RUN apt-get update
|
||||
|
||||
# Install Ansible
|
||||
RUN apt-get install -y software-properties-common git
|
||||
|
|
Loading…
Reference in a new issue