check ahead

This commit is contained in:
yen
2024-03-08 18:20:16 +01:00
parent ec59d97e52
commit 8336bfee91
2 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ COPY arm64/cph_open cph_open
RUN apt-get update -y
RUN apt-get upgrade -y
RUN apt-get install -y libssl-dev
RUN apt-get install -y libssl-dev ca-certificates
ENTRYPOINT ["./cph_open"]