Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DoomHammer authored Nov 27, 2023
1 parent 39be2a1 commit 68bd54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68bd54f

Please sign in to comment.