From 68bd54f2ad1a75599cc865a387e85a20c4747cb5 Mon Sep 17 00:00:00 2001 From: Piotr Gaczkowski Date: Mon, 27 Nov 2023 19:59:17 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77ac5c5..9c43145 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY pyproject.toml poetry.lock /src/orpheus/ WORKDIR /src/orpheus RUN apt-get update \ -&& apt-get install -y --no-install-recommends build-essential \ +&& apt-get install -y --no-install-recommends build-essential==12.9 \ && rm -rf /var/lib/apt/lists/* \ && pip install --no-cache-dir poetry==1.7.1 \ && poetry install