Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Oct 8, 2024
1 parent 32ea99b commit 4c554e5
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 @@ -8,7 +8,7 @@ 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 \
apt-get install -y --no-install-recommends libexpat1 \
dpkg --add-architecture arm64

# Set the working directory
Expand Down

0 comments on commit 4c554e5

Please sign in to comment.