feat(docker): use python slim for base image

!184 #23
This commit is contained in:
2024-01-14 23:48:13 +09:30
parent 6b78eca456
commit 4fcb5ee5ea

View File

@ -2,7 +2,7 @@
FROM --platform=$TARGETPLATFORM quay.io/ansible/receptor:devel as receptor 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 # Ansible chucks a wobbler without. see: https://github.com/ansible/ansible/issues/78283
ENV LC_ALL en_US.UTF-8 ENV LC_ALL en_US.UTF-8