From 5aba6b96dc37c0ffb5611dd7f7842701efd000c8 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 5 Jan 2024 19:21:26 +0930 Subject: [PATCH] feat(contianer): shrink container size #23 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 56ab4f6..e55fbb9 100644 --- a/dockerfile +++ b/dockerfile @@ -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