We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ea99b commit 4c554e5Copy full SHA for 4c554e5
Dockerfile
@@ -8,7 +8,7 @@ ENV PATH="/app/venv/bin:$PATH"
8
# Install system dependencies required for Poetry
9
# 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
10
RUN apt-get update && \
11
- && apt-get install -y --no-install-recommends libexpat1 \
+ apt-get install -y --no-install-recommends libexpat1 \
12
dpkg --add-architecture arm64
13
14
# Set the working directory
0 commit comments