Skip to content

Commit

Permalink
CI/Dockerfile: Install libcurl (closes KaruroChori#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 authored and KaruroChori committed Dec 6, 2024
1 parent 8516bdc commit a7d3c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
sudo apt upgrade -y
sudo apt install -y \
freeglut3-dev \
libcurl4-openssl-dev \
libpng-dev \
libsqlite3-0 \
python3-pip \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN \
cmake \
freeglut3-dev \
git \
libcurl4-openssl-dev \
libpango1.0-dev \
libpng-dev \
libsqlite3-0 \
Expand Down

0 comments on commit a7d3c7d

Please sign in to comment.