Skip to content

Commit

Permalink
Add libexpat1 to docker apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap committed Dec 5, 2024
1 parent 856f327 commit 99da528
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 @@ -5,7 +5,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1

# The installer requires curl (and certificates) to download the release archive
RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates \
RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates libexpat1 \
&& rm -rf /var/lib/apt/lists/*

ADD https://astral.sh/uv/0.5.4/install.sh /uv-installer.sh
Expand Down

0 comments on commit 99da528

Please sign in to comment.