Skip to content

Commit

Permalink
build: fix libcurl package name in arm image
Browse files Browse the repository at this point in the history
  • Loading branch information
y-young committed Jan 7, 2024
1 parent d9bf65a commit 1f0c766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM python:${PYTHON_VERSION}-slim as builder

RUN apt-get update && \
apt-get install -y --no-install-recommends \
git wget gcc xz-utils libcurl-dev
git wget gcc xz-utils libcurl4-openssl-dev

WORKDIR /root

Expand Down

0 comments on commit 1f0c766

Please sign in to comment.