fix: added gcc to dev.Dockerfile
This commit is contained in:
parent
5de2e71ddc
commit
9840e3ff6d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM python:3.10-slim
|
|||
WORKDIR /app
|
||||
|
||||
# Install Poetry
|
||||
RUN apt-get update && apt-get install -y curl
|
||||
RUN apt-get update && apt-get install gcc curl -y
|
||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||
# # Add Poetry to PATH
|
||||
ENV PATH="${PATH}:/root/.local/bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue