rustls-tls

This commit is contained in:
yen
2024-03-07 19:57:28 +01:00
parent 049e4d578a
commit ec59d97e52
5 changed files with 137 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM ubuntu:mantic
WORKDIR /app
COPY arm64/cph_open cph_open
RUN apt-get update -y
RUN apt-get upgrade -y
RUN apt-get install -y libssl-dev
ENTRYPOINT ["./cph_open"]