fix: issues 25, 23 #211

Merged
jon_nfc merged 16 commits from fix-mysql-shrink-image into development 2024-01-14 17:35:51 +00:00
2 changed files with 6 additions and 3 deletions
Showing only changes of commit 4fcb5ee5ea - Show all commits

View File

@ -2,7 +2,7 @@
FROM --platform=$TARGETPLATFORM quay.io/ansible/receptor:devel as receptor
FROM --platform=$TARGETPLATFORM python:3.11-bullseye
FROM --platform=$TARGETPLATFORM python:3.11-slim-bullseye
# Ansible chucks a wobbler without. see: https://github.com/ansible/ansible/issues/78283
ENV LC_ALL en_US.UTF-8