Add libssl-dev to fix compiler error
Some checks failed
Build and push Docker image / build (push) Failing after 2m9s
Build and push Docker image / deploy (push) Has been skipped

This commit is contained in:
toast 2024-09-22 03:21:49 +10:00
parent 293da90978
commit 960018f32e

View File

@ -16,7 +16,7 @@ jobs:
steps:
- name: Set up Docker environment
run: |
apt update && apt upgrade -y && apt install -y apt-transport-https ca-certificates curl zstd gnupg lsb-release python3-pip
apt update && apt upgrade -y && apt install -y apt-transport-https ca-certificates curl zstd gnupg lsb-release python3-pip libssl-dev
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo \
"deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian \