Skip to content

Commit

Permalink
chore: add missing libcurl to server img
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jan 16, 2024
1 parent 72b3983 commit 602643a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
FROM node:20-bookworm-slim

# - bigWigSummary needs libcurl
RUN apt-get update -y; \
apt-get upgrade -y; \
apt-get install -y \
bash \
build-essential \
libcurl4-openssl-dev \
python3 \
python3-dev \
pipx \
Expand Down

0 comments on commit 602643a

Please sign in to comment.