feat(contianer): shrink container size

#23
This commit is contained in:
2024-01-05 19:21:26 +09:30
parent a4621f5618
commit 5aba6b96dc

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