Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Oct 8, 2024
1 parent 4c554e5 commit 652aeb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ ENV PATH="/app/venv/bin:$PATH"
# Install system dependencies required for Poetry
# We're installing here libexpat1, to upgrade the package to include a fix to 3 high CVEs. CVE-2024-45491,CVE-2024-45490,CVE-2024-45492
RUN apt-get update && \
apt-get install -y --no-install-recommends libexpat1 \
dpkg --add-architecture arm64
dpkg --add-architecture arm64 \
&& apt-get install -y --no-install-recommends libexpat1


# Set the working directory
WORKDIR /app
Expand Down

0 comments on commit 652aeb1

Please # to comment.