Skip to content

Commit

Permalink
Ubuntu/debian need libssl-dev (#1251)
Browse files Browse the repository at this point in the history
Co-authored-by: ober <[email protected]>
  • Loading branch information
ober and cynicalasshole authored Jun 19, 2024
1 parent 7aa20c3 commit 3a9fc86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ package-ubuntu:
docker run -v $(ROOT_DIR):/src:z -t gerbil/ubuntu:$(arch)-$(BRANCH) \
bash -c "gem install fpm && \
fpm -f -s dir -p /src/ -t deb -n gerbil-$(BRANCH).ubuntu \
-d libsqlite3-dev \
-d libsqlite3-dev -d libssl-dev \
--description 'Gerbil Scheme Package' /opt/gerbil"

package-tgz:
Expand All @@ -236,7 +236,7 @@ package-fedora:
gem install fpm && \
fpm -f -s dir -p /src/ -t rpm \
-n gerbil-$(BRANCH).fedora \
-d zlib-devel -d zlib-static -d openssl-devel -d sqlite-devel \
-d zlib-devel -d zlib-static -d openssl-devel -d sqlite-devel \
--description 'Gerbil Scheme Package' /opt/gerbil"

package-amazonlinux:
Expand Down

0 comments on commit 3a9fc86

Please sign in to comment.