This commit is contained in:
Googlefan
2025-02-23 04:13:51 +00:00
parent 3d2f36a0bf
commit db954ff710
2 changed files with 5 additions and 2 deletions

2
.github/workflows/CI.Dockerfile vendored Normal file
View File

@@ -0,0 +1,2 @@
FROM ubuntu:latest
RUN apt update && apt install openssl libssl-dev curl pkg-config -y