From 89e0c5b425462f8eb62dd098194e3678089bcfa9 Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 24 Nov 2025 13:22:24 +0000 Subject: [PATCH] correct platform --- docker-compose.yml | 1 - icecast/Dockerfile | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b9e9dda..d970add 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -65,7 +65,6 @@ services: - app-network icecast2: - platform: linux/amd64 build: context: ./icecast dockerfile: Dockerfile diff --git a/icecast/Dockerfile b/icecast/Dockerfile index dc2d705..595e6a5 100644 --- a/icecast/Dockerfile +++ b/icecast/Dockerfile @@ -1,4 +1,5 @@ -FROM --platform=linux/amd64 pltnk/icecast2 +FROM pltnk/icecast2 + RUN apk add --no-cache gettext