rustls-tls
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user