Skip to content

Commit 4c554e5

Browse files
committed
bugfix
1 parent 32ea99b commit 4c554e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV PATH="/app/venv/bin:$PATH"
88
# Install system dependencies required for Poetry
99
# 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
1010
RUN apt-get update && \
11-
&& apt-get install -y --no-install-recommends libexpat1 \
11+
apt-get install -y --no-install-recommends libexpat1 \
1212
dpkg --add-architecture arm64
1313

1414
# Set the working directory

0 commit comments

Comments
 (0)