mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-25 03:41:26 -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
|
@ -5,9 +5,9 @@ FROM quay.io/ansible/ubuntu2204-test-container:main
|
|||
# python3.10-dev # Reqs for mysqlclient
|
||||
# default-libmysqlclient-dev # Reqs for mysqlclient
|
||||
# build-essential # Reqs for mysqlclient
|
||||
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.10 \
|
||||
python3.10-dev \
|
||||
mariadb-client \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue