8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea3f37 commit 556533fCopy full SHA for 556533f
Dockerfile
@@ -10,7 +10,7 @@ RUN apt update && \
10
apt install -y ansible sudo git && \
11
apt -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade && \
12
cd /tmp/ansible && \
13
- ansible-playbook playbook-docker.yml && \
+ ansible-playbook playbook-docker.yml -e async_mode=false && \
14
apt -y autoremove && \
15
apt -y autoclean && \
16
apt install -y default-jdk-headless locales && \
0 commit comments