8000 chore: disable async when building from docker · asisstan/postgres@556533f · GitHub
[go: up one dir, main page]

Skip to content

Commit 556533f

Browse files
committed
chore: disable async when building from docker
1 parent 4ea3f37 commit 556533f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt update && \
1010
apt install -y ansible sudo git && \
1111
apt -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade && \
1212
cd /tmp/ansible && \
13-
ansible-playbook playbook-docker.yml && \
13+
ansible-playbook playbook-docker.yml -e async_mode=false && \
1414
apt -y autoremove && \
1515
apt -y autoclean && \
1616
apt install -y default-jdk-headless locales && \

0 commit comments

Comments
 (0)
0