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