Skip to content

Commit 652aeb1

Browse files
committed
fix build issue
1 parent 4c554e5 commit 652aeb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ 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 \
12-
dpkg --add-architecture arm64
11+
dpkg --add-architecture arm64 \
12+
&& apt-get install -y --no-install-recommends libexpat1
13+
1314

1415
# Set the working directory
1516
WORKDIR /app

0 commit comments

Comments
 (0)