Skip to content

Commit 805edd7

Browse files
cailmdaleyclaude
andcommitted
fix: Add wget to system packages
Required for packages that download source during build (e.g., pymaster/HEALPix). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3d14c07 commit 805edd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt-get update -y --quiet --fix-missing && \
1515
build-essential \
1616
cmake \
1717
curl \
18+
wget \
1819
ffmpeg \
1920
g++ \
2021
gcc \

0 commit comments

Comments
 (0)