mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-23 10:51:25 -07:00
Use apt-get instead of apt that not have a stable CLI interface
This commit is contained in:
parent
2ce768b880
commit
5afac35fe4
14 changed files with 42 additions and 42 deletions
|
@ -2,9 +2,9 @@ FROM quay.io/ansible/ubuntu2004-test-container:main
|
|||
# ubuntu2004 comes with mariadb-client-10.3
|
||||
|
||||
# iproute2 # To grab docker network gateway address
|
||||
RUN apt update -y && \
|
||||
DEBIAN_FRONTEND=noninteractive apt upgrade -y --no-install-recommends && \
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \
|
||||
RUN apt-get update -y && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y --no-install-recommends && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
python3.9 \
|
||||
mariadb-client \
|
||||
iproute2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue