Skip to content

Commit

Permalink
added poetry dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jun 3, 2024
1 parent f103d0a commit ee65dc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV PATH="/app/venv/bin:$PATH"

# Install system dependencies required for Poetry
RUN apt-get update && \
dpkg --add-architecture arm64

# Set the working directory
WORKDIR /app

Expand Down

0 comments on commit ee65dc9

Please sign in to comment.