From c55080b0ecc44880b9ece33333e12ecb2080e6bd Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:54:48 +0100 Subject: [PATCH] Remove hidden character --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01ab4b5..b990595 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim-bookworm⁠ as builder +FROM python:3.11-slim-bookworm as builder # Build dummy packages to skip installing them and their dependencies RUN apt-get update \ @@ -12,7 +12,7 @@ RUN apt-get update \ && equivs-build adwaita-icon-theme \ && mv adwaita-icon-theme_*.deb /adwaita-icon-theme.deb -FROM python:3.11-slim-bookworm⁠ +FROM python:3.11-slim-bookworm # Copy dummy packages COPY --from=builder /*.deb /