Skip to content

Commit

Permalink
fixing cves
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Oct 8, 2024
1 parent 6dfe7e8 commit 32ea99b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ ENV PYTHONUNBUFFERED=1
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

# Set the working directory
Expand Down

0 comments on commit 32ea99b

Please sign in to comment.